aboutsummaryrefslogtreecommitdiff
path: root/kernel/rtmutex-debug.c
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2011-03-13 00:28:58 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 11:57:31 -0700
commitb00917802bda6eba09125e8b4d273339188f9bad (patch)
tree2f98d5ea5eb9b51f229a6e895e42f2fc23e0bb53 /kernel/rtmutex-debug.c
parente4e1f289be88a75dc8b63d50ade1f9a2e6168021 (diff)
staging: cx25821: Remove NULL check before kfree
This patch was generated by the following semantic patch: // <smpl> @@ expression E; @@ - if (E != NULL) { kfree(E); } + kfree(E); @@ expression E; @@ - if (E != NULL) { kfree(E); E = NULL; } + kfree(E); + E = NULL; // </smpl> Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'kernel/rtmutex-debug.c')
0 files changed, 0 insertions, 0 deletions