diff options
author | Rob Herring <robh@kernel.org> | 2018-12-05 20:50:42 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-12-07 14:31:47 +0100 |
commit | e0fe5c7b22a8d4629ed85b668a93ff2582b93203 (patch) | |
tree | 15b1e5c0afe81479714786d8e1ad387fdabff7ab /drivers/media | |
parent | media: v4l2-subdev: document controls need _FL_HAS_DEVNODE (diff) | |
download | linux-e0fe5c7b22a8d4629ed85b668a93ff2582b93203.tar.xz linux-e0fe5c7b22a8d4629ed85b668a93ff2582b93203.zip |
media: staging: media: imx: Use of_node_name_eq for node name comparisons
Convert string compares of DT node names to use of_node_name_eq helper
instead. This removes direct access to the node name pointer.
For instances using of_node_cmp, this has the side effect of now using
case sensitive comparisons. This should not matter for any FDT based
system which this is.
Cc: Steve Longerbeam <slongerbeam@gmail.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: devel@driverdev.osuosl.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media')
0 files changed, 0 insertions, 0 deletions