V4L/DVB: hdpvr: fix disconnect sequence
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 2 May 2010 11:01:04 +0000 (08:01 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:58:57 +0000 (12:58 -0300)
commitf2b305cd6711b7b3ce30db93b50bc5d6312950c8
treefd70d24d94642f029024afd755e900b9264ff3b0
parenta2bdc5e6c4fefea6b0d576a4f610e47456647577
V4L/DVB: hdpvr: fix disconnect sequence

Disconnecting the HDPVR caused a kernel oops if lockdep was enabled.
In addition, if an app still had video0 open and attempted to call ioctl
when the device was already disconnected the system would crash.

Move the freeing and cleanup code to the release function: that is the
right place for it since you know when you get there that nobody is
using the device.

Also removed usb_set_intfdata: v4l2_device_register sets this already
to v4l2_dev.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/hdpvr/hdpvr-core.c
drivers/media/video/hdpvr/hdpvr-video.c
drivers/media/video/hdpvr/hdpvr.h