From: Damien Cassou Date: Tue, 31 Jul 2012 16:39:20 +0000 (+0200) Subject: drivers/video/fsl-diu-fb.c: use devm_ functions X-Git-Tag: v3.7-rc1~48^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f383d97c5b0db5d5c75f996bc1b596efa9ebf8;p=pandora-kernel.git drivers/video/fsl-diu-fb.c: 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: Damien Cassou Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed