On Fri, Jun 26, 2015 at 11:23:29PM +0200, SF Markus Elfring wrote:
> From: Markus Elfring
> Date: Fri, 26 Jun 2015 23:10:42 +0200
Sorry, I'm not taking any of your patches until you fix this all up.
greg k-h
___
devel mailing list
de...@linuxdriverproj
From: Markus Elfring
Date: Fri, 26 Jun 2015 23:10:42 +0200
The following functions test whether their argument is NULL and then
return immediately.
* kfree
* ll_file_data_put
* ptlrpc_connection_put
Thus the test around such calls is not needed.
This issue was detected by using the Coccinelle s