summaryrefslogtreecommitdiff
path: root/Documentation/workqueue.txt
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2011-03-13 05:28:57 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 18:57:31 (GMT)
commite4e1f289be88a75dc8b63d50ade1f9a2e6168021 (patch)
treed028262fea99eefe7f209c7f643942db7b660902 /Documentation/workqueue.txt
parent46d994b1f5b481c7f0a77edece270cf253db84c9 (diff)
downloadlinux-fsl-qoriq-e4e1f289be88a75dc8b63d50ade1f9a2e6168021.tar.xz
staging: comedi: 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/workqueue.txt')
0 files changed, 0 insertions, 0 deletions