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:
6ce4436
)
IDE: Deletion of an unnecessary check before the function call "module_put"
author
Markus Elfring
<elfring@users.sourceforge.net>
Fri, 21 Nov 2014 19:22:32 +0000
(20:22 +0100)
committer
David S. Miller
<davem@davemloft.net>
Fri, 12 Dec 2014 20:26:31 +0000
(15:26 -0500)
The module_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: David S. Miller <davem@davemloft.net>
drivers/ide/ide.c
patch
|
blob
|
history
diff --cc
drivers/ide/ide.c
Simple merge