tracing: Deletion of an unnecessary check before iput()
The iput() 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. Link: http://lkml.kernel.org/r/5468F875.7080907@users.sourceforge.net Signed-off-by:Markus Elfring <elfring@users.sourceforge.net> Signed-off-by:
Steven Rostedt <rostedt@goodmis.org>
Loading
Please register or sign in to comment