Re: [PATCH] video: fbdev: replacing of_node_put with __free(device_node)

2024-04-25 Thread Helge Deller
On 4/23/24 03:20, Abdulrasaq Lawani wrote: 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 Signed-off-by: Abdulrasaq Lawani applied. Thanks! Helge --- dr

[PATCH] video: fbdev: replacing of_node_put with __free(device_node)

2024-04-23 Thread Abdulrasaq Lawani
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 Signed-off-by: Abdulrasaq Lawani --- drivers/video/fbdev/offb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deleti