diff options
author | 2023-03-10 08:47:31 -0600 | |
---|---|---|
committer | 2023-03-16 16:12:53 +0000 | |
commit | fb200218b40b7864f64f1a47de61e035d8934e92 (patch) | |
tree | 1f53ca9b010876c1dc6dc7642feecca93f1a762c /scripts/gdb/linux/proc.py | |
parent | backlight: hx8357: Use of_property_present() for testing DT property presence (diff) | |
download | linux-rng-fb200218b40b7864f64f1a47de61e035d8934e92.tar.xz linux-rng-fb200218b40b7864f64f1a47de61e035d8934e92.zip |
backlight: as3711: Use of_property_read_bool() for boolean properties
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.
Convert reading boolean properties to to of_property_read_bool().
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230310144731.1546190-1-robh@kernel.org
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions