diff options
author | Rob Herring <[email protected]> | 2023-03-14 14:18:27 -0500 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-03-16 17:41:28 +0000 |
commit | 1a87e641d8a50c30b63b1d90819bc607b4327596 (patch) | |
tree | aa5f4d14a851a739efe4baacda06ee7cf42fe999 /drivers/usb/cdns3/cdns3-imx.c | |
parent | 65d63e82b19201a5b522ca4eb2d6dffe0b4b6a31 (diff) |
net: 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 of_property_read_bool().
Reviewed-by: Simon Horman <[email protected]>
Acked-by: Marc Kleine-Budde <[email protected]> # for net/can
Acked-by: Kalle Valo <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Acked-by: Francois Romieu <[email protected]>
Reviewed-by: Wei Fang <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions