Re: [PATCH] net-RDS: Delete an unnecessary check before the function call "module_put"
From: David Miller <davem@davemloft.net>
Date: 2015-07-03 16:28:28
Also in:
kernel-janitors, netdev
From: David Miller <davem@davemloft.net>
Date: 2015-07-03 16:28:28
Also in:
kernel-janitors, netdev
From: SF Markus Elfring <redacted> Date: Thu, 02 Jul 2015 18:08:19 +0200
From: Markus Elfring <redacted> Date: Thu, 2 Jul 2015 17:58:21 +0200 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 <redacted>
Applied.