V4L/DVB: s2255drv: fix: v4l2_dev should be registered once only.
authorDean Anderson <linux-dev@sensoray.com>
Tue, 20 Apr 2010 20:21:32 +0000 (17:21 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:39 +0000 (12:57 -0300)
commit65c6edb300ee5c2aaac6d20c5fc8d11c3827593e
tree6d37a8d8ecb2d3a6f5fec7ee6b878afc59dd21fa
parent108bdd7ad778ac4616857820cbbc17924073a7d5
V4L/DVB: s2255drv: fix: v4l2_dev should be registered once only.

usb_set_intfdata should not be used when using v4l2_device_register
and a non-NULL argument for the device.

Signed-off-by: Dean Anderson <linux-dev@sensoray.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/s2255drv.c