]> asedeno.scripts.mit.edu Git - linux.git/commit
of: Use device_type helpers to access the node type
authorRob Herring <robh@kernel.org>
Wed, 29 Aug 2018 13:36:12 +0000 (08:36 -0500)
committerRob Herring <robh@kernel.org>
Tue, 27 Nov 2018 17:27:04 +0000 (11:27 -0600)
commite8b1dee21420f871e300d46342f2c98a2e08158d
treedb4ce7732a8044e52a17f681bb15e537fa69a3ea
parente31d0fc6fd1bf62e56e7e3d0b69e7e64d8b7db58
of: Use device_type helpers to access the node type

Remove directly accessing device_node.type pointer and use the accessors
instead. This will eventually allow removing the type pointer.

Cc: Frank Rowand <frowand.list@gmail.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/address.c
drivers/of/base.c
drivers/of/device.c