aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2011-03-13 00:29:02 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 14:57:33 -0400
commit43c04d42c3c5a23e2aff330d4d361c733118df80 (patch)
tree7b4927682833b53e5247cdfee7ffdd0aa98723d0 /CREDITS
parent306be9e1c167dcd7d6635bd434ee8e63ab22a5d6 (diff)
staging: line6: 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 'CREDITS')
0 files changed, 0 insertions, 0 deletions