43c04d42c3
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> |
||
---|---|---|
.. | ||
audio.c | ||
audio.h | ||
capture.c | ||
capture.h | ||
config.h | ||
control.c | ||
control.h | ||
driver.c | ||
driver.h | ||
dumprequest.c | ||
dumprequest.h | ||
Kconfig | ||
Makefile | ||
midi.c | ||
midi.h | ||
midibuf.c | ||
midibuf.h | ||
pcm.c | ||
pcm.h | ||
playback.c | ||
playback.h | ||
pod.c | ||
pod.h | ||
revision.h | ||
toneport.c | ||
toneport.h | ||
usbdefs.h | ||
variax.c | ||
variax.h |