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:
70161ff
)
of: Delete unnecessary check before calling "of_node_put()"
author
Markus Elfring
<elfring@users.sourceforge.net>
Tue, 2 Dec 2014 12:54:00 +0000
(13:54 +0100)
committer
Grant Likely
<grant.likely@linaro.org>
Wed, 3 Dec 2014 23:12:41 +0000
(23:12 +0000)
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: Grant Likely <grant.likely@linaro.org>
drivers/of/unittest.c
patch
|
blob
|
history
diff --cc
drivers/of/unittest.c
Simple merge