[PATCH v3 2/2] arch: powerpc/hlwd-pic: Add missing of_node-put() in hlwd_pic_probe()

2019-02-27 Thread Himadri Pandya
Decrement the reference count on device_node "np" while breaking out of the loop. Issue identified by Coccinelle. Signed-off-by: Himadri Pandya --- Changes in V2: - Change subject line --- Changes in V3: - Do not remove the blank line at end of the file --- ar

[PATCH v3 1/2] arch: powerpc/kexec: Add missing of_node-put() in default_machine_kexec_prepare()

2019-02-27 Thread Himadri Pandya
Decrement the reference count on device_node "node" while breaking out of the loop. Issue identified by Coccinelle. Signed-off-by: Himadri Pandya --- Changes in V2: - Change subject line --- Changes in V3: - Add braces around the if block --- arch/powerpc/kernel/machin

[PATCH v2 2/2] arch: powerpc/hlwd-pic: Add missing of_node-put() in hlwd_pic_probe()

2019-02-25 Thread Himadri Pandya
Decrement the reference count on device_node "np" while breaking out of the loop. Issue identified by Coccinelle. Signed-off-by: Himadri Pandya --- Changes in V2: - Change subject line --- arch/powerpc/platforms/embedded6xx/hlwd-pic.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH v2 1/2] arch: powerpc/kexec: Add missing of_node-put() in default_machine_kexec_prepare()

2019-02-25 Thread Himadri Pandya
Decrement the reference count on device_node "node" while breaking out of the loop. Issue identified by Coccinelle. Signed-off-by: Himadri Pandya --- Changes in V2: - Change subject line --- arch/powerpc/kernel/machine_kexec_64.c | 1 + 1 file changed, 1 insertion(+) diff --