V4L/DVB: s2255drv: removes kref tracking and videodev parent
authorDean Anderson <linux-dev@sensoray.com>
Fri, 9 Apr 2010 22:54:26 +0000 (19:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:40 +0000 (12:57 -0300)
commitd62e85a0949d2b899405a1ffbae06615227d4c97
tree8c802facd24209514a3e9d1594bd342ad9dc1628
parent65c6edb300ee5c2aaac6d20c5fc8d11c3827593e
V4L/DVB: s2255drv: removes kref tracking and videodev parent

kref replaced as suggested in code review
uses atomic variable to track when it is ok to delete device
removes setting of video device parent, which is now
handled in v4l2_device.c

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