summaryrefslogtreecommitdiff
path: root/drivers/staging/rt2860
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2011-03-13 05:29:03 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 18:57:33 (GMT)
commit14910178fcdcca53230afd4155a6c48e230b2919 (patch)
tree7b791fd20faf298c3fec17b9326a97cd62c28e60 /drivers/staging/rt2860
parent43c04d42c3c5a23e2aff330d4d361c733118df80 (diff)
downloadlinux-fsl-qoriq-14910178fcdcca53230afd4155a6c48e230b2919.tar.xz
staging: pohmelfs: 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 'drivers/staging/rt2860')
0 files changed, 0 insertions, 0 deletions