From: Julia Lawall Date: Mon, 7 Jan 2013 12:51:21 +0000 (-0300) Subject: [media] drivers/media/platform/soc_camera/pxa_camera.c: use devm_ functions X-Git-Tag: v3.9-rc1~93^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47de201c73fbe435e7b635fa0eb812c7ce68be43;p=pandora-kernel.git [media] drivers/media/platform/soc_camera/pxa_camera.c: use devm_ functions This patch uses various devm_ functions for data that is allocated in the probe function of a platform driver and is only freed in the remove function. This also fixes a checkpatch warning, removing a space before a \n in a string. Signed-off-by: Julia Lawall Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed