git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf5756
)
drivers/macintosh: Delete an unnecessary check before the function call "of_node_put"
author
Markus Elfring
<elfring@users.sourceforge.net>
Wed, 4 Feb 2015 20:32:27 +0000
(21:32 +0100)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 25 Mar 2015 05:53:27 +0000
(16:53 +1100)
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>
No differences found