]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] media: davinci: vpbe: initialize vb2 queue and DMA context in probe
authorPrabhakar Lad <prabhakar.csengg@gmail.com>
Sun, 12 Oct 2014 20:40:31 +0000 (17:40 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 28 Oct 2014 18:05:30 +0000 (16:05 -0200)
commite71a180628c71bbf69575f2801d3ce435e37c3db
tree1f26ae6b62b232f8b48d100ffebbb257a50ef5cf
parentbf69877d65df83ac4bf0e92e354e3a7b6c568291
[media] media: davinci: vpbe: initialize vb2 queue and DMA context in probe

this patch moves the initialization of vb2 queue and the DMA
context to probe() and clean up in remove() callback respectively.

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/davinci/vpbe_display.c