commit | ce4a7ae84a58b9f33aae8d6c769b3c94f3d5ce76 | [log] [tgz] |
---|---|---|
author | Abdulrasaq Lawani <abdulrasaqolawani@gmail.com> | Mon Apr 22 21:20:21 2024 -0400 |
committer | Helge Deller <deller@gmx.de> | Thu Apr 25 12:13:06 2024 +0200 |
tree | 11604efbb094416b505e763e030d7e82993e9ac6 | |
parent | 6ad959b6703e2c4c5d7af03b4cfd5ff608036339 [diff] |
fbdev: offb: replace of_node_put with __free(device_node) Replaced instance of of_node_put with __free(device_node) to simplify code and protect against any memory leaks due to future changes in the control flow. Suggested-by: Julia Lawall <julia.lawall@inria.fr> Signed-off-by: Abdulrasaq Lawani <abdulrasaqolawani@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>