mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
66b065239a
Use of_property_present() to test for property presence rather than of_(find|get)_property(). This is part of a larger effort to remove callers of of_find_property() and similar functions. of_(find|get)_property() leak the DT struct property and data pointers which is a problem for dynamically allocated nodes which may be freed. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20240731191312.1710417-4-robh@kernel.org Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> # clk-mstp.c Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Stephen Boyd <sboyd@kernel.org> |
||
---|---|---|
.. | ||
clk-icst.c | ||
clk-icst.h | ||
clk-impd1.c | ||
clk-sp810.c | ||
clk-versatile.c | ||
clk-vexpress-osc.c | ||
icst.c | ||
icst.h | ||
Kconfig | ||
Makefile |