Re: [PATCH] of: Delete an unnecessary check before the function call "of_node_put"
From: Rob Herring <hidden>
Date: 2016-08-09 17:35:40
Also in:
kernel-janitors, lkml
From: Rob Herring <hidden>
Date: 2016-08-09 17:35:40
Also in:
kernel-janitors, lkml
On Tue, Jul 19, 2016 at 10:52:12PM +0200, SF Markus Elfring wrote:
From: Markus Elfring <redacted> Date: Tue, 19 Jul 2016 22:42:22 +0200 The of_node_put() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <redacted> --- drivers/of/base.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Applied, thanks. Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html