alistair23-linux/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
..
audio.c Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
audio.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
capture.c staging/line6: Fix sparse warning 'Using plain integer as NULL pointer' 2010-12-08 14:31:01 -08:00
capture.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
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 Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
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 Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
dumprequest.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
Kconfig staging: line6: sync with upstream 2010-08-31 15:28:15 -07:00
Makefile Staging: line6: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:47 -07:00
midi.c staging/line6: Fix sparse warning 'Using plain integer as NULL pointer' 2010-12-08 14:31:01 -08:00
midi.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
midibuf.c Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
midibuf.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
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 Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
revision.h Staging: line6: workaround for null pointer bug 2010-09-20 17:04:35 -07:00
toneport.c Staging: line6: fix up my fixup for some sysfs attribute permissions 2010-11-18 11:27:20 -08:00
toneport.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
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 Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00