Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1459027 > unrolled thread

Re: [PATCH] of: Delete an unnecessary check before the function call "of_node_put"

Started byRob Herring <robh@kernel.org>
First post2016-08-09 19:40 +0200
Last post2016-08-09 19:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] of: Delete an unnecessary check before the function call  "of_node_put" Rob Herring <robh@kernel.org> - 2016-08-09 19:40 +0200

#1459027 — Re: [PATCH] of: Delete an unnecessary check before the function call "of_node_put"

FromRob Herring <robh@kernel.org>
Date2016-08-09 19:40 +0200
SubjectRe: [PATCH] of: Delete an unnecessary check before the function call "of_node_put"
Message-ID<s4jap-2dp-1@gated-at.bofh.it>
On Tue, Jul 19, 2016 at 10:52:12PM +0200, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> 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 <elfring@users.sourceforge.net>
> ---
>  drivers/of/base.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Applied, thanks.

Rob

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web