linux-stable/drivers/staging/line6
Ilia Mirkin 43c04d42c3 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>
2011-03-14 11:57:33 -07:00
..
Kconfig
Makefile Staging: line6: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:47 -07:00
audio.c Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
audio.h
capture.c staging/line6: Fix sparse warning 'Using plain integer as NULL pointer' 2010-12-08 14:31:01 -08:00
capture.h
config.h Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
control.c Staging: line6: fix up my fixup for some sysfs attribute permissions 2010-11-18 11:27:20 -08:00
control.h
driver.c Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
driver.h Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
dumprequest.c
dumprequest.h
midi.c staging/line6: Fix sparse warning 'Using plain integer as NULL pointer' 2010-12-08 14:31:01 -08:00
midi.h
midibuf.c
midibuf.h
pcm.c staging: line6: Remove NULL check before kfree 2011-03-14 11:57:33 -07:00
pcm.h Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
playback.c staging/line6: Fix sparse warning 'Using plain integer as NULL pointer' 2010-12-08 14:31:01 -08:00
playback.h Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
pod.c Staging: line6: fix up my fixup for some sysfs attribute permissions 2010-11-18 11:27:20 -08:00
pod.h
revision.h
toneport.c Staging: line6: fix up my fixup for some sysfs attribute permissions 2010-11-18 11:27:20 -08:00
toneport.h
usbdefs.h Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
variax.c Staging: line6: fix up my fixup for some sysfs attribute permissions 2010-11-18 11:27:20 -08:00
variax.h