]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] media: blackfin: bfin_capture: embed video_device struct in bcap_device
authorLad, Prabhakar <prabhakar.csengg@gmail.com>
Sun, 8 Mar 2015 14:40:53 +0000 (11:40 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 2 Apr 2015 21:11:50 +0000 (18:11 -0300)
commitafb7a966b54600d678f57535be6e5ef3156f04f1
treea161b773d41457ef5c7771984e8d07b2b0ac4d96
parent225ccaa307b544f13014600a2ca689a7d9847f18
[media] media: blackfin: bfin_capture: embed video_device struct in bcap_device

Embed video_device struct (video_dev) in bcap_device and
Unregister path doesn't need to free the video_device
structure, hence, change the video_device.release callback
point to video_device_release_empty.

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/blackfin/bfin_capture.c