]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/macintosh: Delete an unnecessary check before the function call "of_node_put"
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 4 Feb 2015 20:32:27 +0000 (21:32 +0100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 25 Mar 2015 05:53:27 +0000 (16:53 +1100)
commit1616a7f3e8c5622a534c8edd7a540071b8135f61
tree0eeffb6d73781a34b81415d355d138950576cfd5
parent79c6c6e200355f3d1b81baca599cbb408a5e4e53
drivers/macintosh: Delete an unnecessary check before the function call "of_node_put"

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>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/macintosh/smu.c