summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2024-07-31 21:12:47 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2024-08-07 14:48:26 +0200
commit8a93960abed960b9f6097b6471b7fb34120ffc6a (patch)
treeb35a380ecb88a6daef344438a5a91fafa178347b /arch/powerpc/kernel/traps.c
parentLinux 6.11-rc2 (diff)
downloadlinux-8a93960abed960b9f6097b6471b7fb34120ffc6a.tar.xz
linux-8a93960abed960b9f6097b6471b7fb34120ffc6a.zip
powerpc: 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) <robh@kernel.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20240731191312.1710417-9-robh@kernel.org
Diffstat (limited to 'arch/powerpc/kernel/traps.c')
0 files changed, 0 insertions, 0 deletions