summaryrefslogtreecommitdiff
path: root/sound/usb/caiaq/device.c
diff options
context:
space:
mode:
authorWilliam Light <wrl@illest.net>2011-10-10 19:54:22 +0400
committerTakashi Iwai <tiwai@suse.de>2011-10-13 10:16:42 +0400
commit3d37fbe44112b06279efa04ad91a0e4b7a0c600c (patch)
tree630491400d6a8362fa57f8dfc293ee39ea1f6dbf /sound/usb/caiaq/device.c
parentffd3d5c6c7a20fb718daf98a6c8a476d228f3995 (diff)
downloadlinux-3d37fbe44112b06279efa04ad91a0e4b7a0c600c.tar.xz
ALSA: snd-usb-caiaq: Fix NULL dereference in input.c
There was a case where a newly-registered input device could be opened before a necessary variable in the device structure was set. When code tried to use the variable in the URB reply callback, it would cause an Oops. This fix sets the aforementioned variable before calling input_register_device. Signed-off-by: William Light <wrl@illest.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/caiaq/device.c')
0 files changed, 0 insertions, 0 deletions