IDE: Deletion of an unnecessary check before the function call "module_put"
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 21 Nov 2014 19:22:32 +0000 (20:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Dec 2014 20:26:31 +0000 (15:26 -0500)
commit1746fbe5656b1b10064913b9293a4590ec0b7f27
tree0c654ad315382dc40b65b61e38df9ee9d4172936
parent6ce4436c9cbe903af935291aa219fd6f4c85722d
IDE: Deletion of an unnecessary check before the function call "module_put"

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