commit | 5b8d6be7b8dd286bd654e37d637ded139eae5dd4 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Fri Nov 16 16:10:59 2018 -0600 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Nov 26 22:33:37 2018 +1100 |
tree | 9238ccbe829f3c6ac3304ec374cee002328db0b5 | |
parent | 721c01ba8b46ddb5355bd6e6b3bbfdabfdf01e97 [diff] |
powerpc: Rework btext_find_display to use of_stdout and device_type helpers Remove directly accessing device_node.type pointer and use the accessors instead. This will eventually allow removing the type pointer. In the process, the of_stdout pointer can be used instead of finding the stdout node again. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>