aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorRob Herring (Arm) <[email protected]>2024-07-31 13:12:55 -0600
committerGreg Kroah-Hartman <[email protected]>2024-08-07 13:08:14 +0200
commit3a2a3437dc2eeff5d8f1263537d738d2f3b2a8f0 (patch)
treeb1d5192026d610ac2d5ec5cda3c3a0dc7452ccee /drivers/fpga/fpga-bridge.c
parentdce2cbd18f52c413222e5967ea0400de0423b684 (diff)
serdev: Use of_property_present()
Use of_property_present() to test for property presence rather than of_get_property(). This is part of a larger effort to remove callers of of_get_property() and similar functions. of_get_property() leaks the DT property data pointer which is a problem for dynamically allocated nodes which may be freed. Signed-off-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions