summaryrefslogtreecommitdiff
path: root/block/blk-softirq.c
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2011-03-13 05:29:09 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 18:57:35 (GMT)
commitef055f10000c5013d269cac9fc92c200bf314e40 (patch)
treee8d97f7f229d9aa624fd2a6120f1151a5ed5632e /block/blk-softirq.c
parentb7977fa250c1732d1fc1b5832f257655fd7471a4 (diff)
downloadlinux-fsl-qoriq-ef055f10000c5013d269cac9fc92c200bf314e40.tar.xz
staging: serqt_usb2: 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 'block/blk-softirq.c')
0 files changed, 0 insertions, 0 deletions