]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Rework btext_find_display to use of_stdout and device_type helpers
authorRob Herring <robh@kernel.org>
Fri, 16 Nov 2018 22:10:59 +0000 (16:10 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Nov 2018 11:33:37 +0000 (22:33 +1100)
commit56ea636b6c008dfff136a4a8cc60e08ea4e2e7d9
tree9238ccbe829f3c6ac3304ec374cee002328db0b5
parent8d683a0bed112bbfdbb3a832c820082d37e4e557
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>
arch/powerpc/kernel/btext.c