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
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 885 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.6 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 144.1 KB
Makefile -rw-r--r-- 53.7 KB
README -rw-r--r-- 16.7 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top