commit | d78818c4670e4ebc59ed98a5322fcee286e3b4fc | [log] [tgz] |
---|---|---|
author | Thara Gopinath <thara.gopinath@linaro.org> | Fri Jul 14 13:15:45 2017 -0400 |
committer | Lisa Nguyen <lisa.nguyen@linaro.org> | Tue Sep 19 12:53:42 2017 -0700 |
tree | 0b1d5226da676fa3d8bf46a59e8c49ff653418c3 | |
parent | d42d7ad53a619b4dd2fc3e9194721fd8b0c6de0a [diff] |
Initialize tree pointers in the dump only option The regulator, gpio, sensor and clock tree pointers were initialized only during the display option and not during the dump only option. This meant the dump option was not printing any info previously. This patch fixes it by initilaizing the tree pointers during the dump only option. Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>