https://github.com/torvalds/linux
Revision fe78a49c8ae009d33d6e2c80d4f7f2634440d523 authored by Devin Heitmueller on 28 April 2009, 16:14:07 UTC, committed by Mauro Carvalho Chehab on 29 April 2009, 19:02:51 UTC
A regression was introduced in hg changeset 33810c734a0d, which resulted in
a kernel panic whenever the device was disconnected from USB.  The call to
4l2_device_register() was overwriting the pointer for usb_set_intfdata(), so
when au0828_usb_disconnect() was called, the usb_get_intfdata() returned a
pointer to the v4l2_device instead of the au0828_dev structure.

Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
1 parent d4dc673
History
Tip revision: fe78a49c8ae009d33d6e2c80d4f7f2634440d523 authored by Devin Heitmueller on 28 April 2009, 16:14:07 UTC
V4L/DVB (11652): au0828: fix kernel oops regression on USB disconnect.
Tip revision: fe78a49
File Mode Size
Kconfig -rw-r--r-- 36.4 KB
Makefile -rw-r--r-- 1.1 KB
calibrate.c -rw-r--r-- 5.0 KB
do_mounts.c -rw-r--r-- 9.2 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.2 KB
do_mounts_md.c -rw-r--r-- 7.9 KB
do_mounts_rd.c -rw-r--r-- 8.0 KB
initramfs.c -rw-r--r-- 12.6 KB
main.c -rw-r--r-- 21.4 KB
noinitramfs.c -rw-r--r-- 1.4 KB
version.c -rw-r--r-- 1.1 KB

back to top