linux-stable/drivers/staging/line6
Dan Carpenter 4bd8b4de6f Staging: line6: NULL dereference in dev_err()
"line6" hasn't been set at this point and we should be using
&interface->dev instead.

Gcc would have complained about this if it weren't for the fact that we
initialized line6 to NULL.  I removed the initialization.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-12-01 09:57:32 -08:00
..
audio.c staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users. 2011-10-31 19:32:08 -04:00
audio.h
capture.c staging: line6: alloc/free buffers in hw_params/hw_free 2011-11-26 16:14:12 -08:00
capture.h
config.h
control.c
control.h
driver.c Staging: line6: NULL dereference in dev_err() 2011-12-01 09:57:32 -08:00
driver.h
dumprequest.c
dumprequest.h
Kconfig
Makefile staging: line6: add Pod HD300 support 2011-11-26 16:14:11 -08:00
midi.c Staging: line6: Use kmemdup rather than duplicating its implementation 2011-11-26 16:14:57 -08:00
midi.h
midibuf.c
midibuf.h
pcm.c staging: line6: alloc/free buffers in hw_params/hw_free 2011-11-26 16:14:12 -08:00
pcm.h
playback.c staging: line6: alloc/free buffers in hw_params/hw_free 2011-11-26 16:14:12 -08:00
playback.h
pod.c
pod.h
podhd.c staging: line6: add Pod HD300 support 2011-11-26 16:14:11 -08:00
podhd.h staging: line6: add Pod HD300 support 2011-11-26 16:14:11 -08:00
revision.h
toneport.c
toneport.h
usbdefs.h staging: line6: add Pod HD300 support 2011-11-26 16:14:11 -08:00
variax.c
variax.h