commit | 84030aacf127d000180fa3cb4b589d8ab1b0d46b | [log] [tgz] |
---|---|---|
author | sundar <prosunofficial@gmail.com> | Wed Apr 24 20:37:18 2024 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Apr 30 21:53:13 2024 +1000 |
tree | 6890e907f04cf5481719c3151acba9a0f8071856 | |
parent | dda32e37d397f5937cc24a6e98b71d3645f51afa [diff] |
macintosh/macio-adb: replace of_node_put() with __free use the new cleanup magic to replace of_node_put() with __free(device_node) marking to auto release when they get out of scope. Suggested-by: Julia Lawall <julia.lawall@inria.fr> Signed-off-by: sundar <prosunofficial@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20240424150718.5006-1-prosunofficial@gmail.com