[media] omap3isp: Use devm_* managed functions
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 25 Dec 2012 20:27:31 +0000 (17:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Feb 2013 16:49:17 +0000 (14:49 -0200)
commitcf2b4cf661bd183791ebc0a7ab091de77a1748b0
treef46112fb67c7f8cca87abe7788bb4ff5d0d90bc0
parent3d5a71ef32742298f9022043160a2c6cbfdf30ac
[media] omap3isp: Use devm_* managed functions

Replace kzalloc, request_mem_region, ioremap, clk_get and regulator_get
with their devm_* managed replacement.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/omap3isp/isp.c
drivers/media/platform/omap3isp/ispccp2.c
drivers/media/platform/omap3isp/isph3a_aewb.c
drivers/media/platform/omap3isp/isph3a_af.c
drivers/media/platform/omap3isp/isphist.c
This page took 0.025338 seconds and 5 git commands to generate.