From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> On Wed, 31 Jul 2024 13:12:41 -0600, Rob Herring (Arm) wrote: > Use of_property_present() to test for property presence rather than > of_find_property(). This is part of a larger effort to remove callers > of of_find_property() and similar functions. of_find_property() leaks > the DT struct property and data pointers which is a problem for > dynamically allocated nodes which may be freed. > > > [...] Applied, thanks! [1/1] gpio: Use of_property_present() commit: b034a90b2745e43b4a85b56dc5fd7a6fa1a21f31 Best regards, -- Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>