commit | 16a8ef2751801346f1f76a18685b2beb63cd170f | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Nov 16 14:46:28 2014 +0100 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Nov 19 16:28:45 2014 -0500 |
tree | c4aefdf905357019c9d100d1af7bea7d64d8e36e | |
parent | 8e2e095cbecad21078332cd83ae7e61ecfe12c59 [diff] |
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>