aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ldm.txt
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2011-03-13 00:29:05 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 14:57:34 -0400
commit76be349c0045073bbed4f669f87e36b1d8fda256 (patch)
treea659283d408920dc85ecf041e9cc063ea3a39ccc /Documentation/ldm.txt
parentaea9d72f97218d45e993836bcb6c6e6fd49e0b90 (diff)
staging: rtl8187se: 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 'Documentation/ldm.txt')
0 files changed, 0 insertions, 0 deletions