fbdev: Use of_property_present() for testing DT property presence
It is preferred to use typed property access functions (i.e. of_property_read_<type> functions) rather than low-level of_get_property/of_find_property functions for reading properties. As part of this, convert of_get_property/of_find_property calls to the recently added of_property_present() helper when we just want to test for presence of a property and nothing more. Signed-off-by:Rob Herring <robh@kernel.org> Signed-off-by:
Helge Deller <deller@gmx.de>
Showing
- drivers/video/fbdev/amba-clcd.c 1 addition, 1 deletiondrivers/video/fbdev/amba-clcd.c
- drivers/video/fbdev/bw2.c 1 addition, 1 deletiondrivers/video/fbdev/bw2.c
- drivers/video/fbdev/cg3.c 1 addition, 1 deletiondrivers/video/fbdev/cg3.c
- drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c 1 addition, 1 deletiondrivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c
Please register or sign in to comment