From: Julia Lawall Date: Mon, 13 Feb 2012 13:34:58 +0000 (-0300) Subject: [media] v4l: s5p-tv: use devm_ functions X-Git-Tag: v3.4-rc1~110^2^2~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e861dccc6d8d870d764ed950417cfb0e65889b90;p=pandora-kernel.git [media] v4l: s5p-tv: use devm_ functions The various devm_ functions allocate memory that is released when a driver detaches. This patch uses these functions for data that is allocated in the probe function of a platform device and is only freed in the remove function. Signed-off-by: Julia Lawall Acked-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed