]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] omap3isp: get entity ID using media_entity_id()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 19 Aug 2015 15:35:20 +0000 (12:35 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 11 Jan 2016 14:18:41 +0000 (12:18 -0200)
commite0077cfdee9d249d3f85b9c7efd9e49d218093c8
treead6d2b4593893e635fcda60fe6b54d58c8294272
parent1302d39c4a7e31b9844638acb45c784633015cfd
[media] omap3isp: get entity ID using media_entity_id()

Accessing media_entity ID should now use media_entity_id() macro to
obtain the entity ID, as a next patch will remove the .id field from
struct media_entity .

So, get rid of it, otherwise the omap3isp driver will fail to build.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/omap3isp/isp.c
drivers/media/platform/omap3isp/ispccdc.c
drivers/media/platform/omap3isp/ispvideo.c