From: Damien Cassou Date: Fri, 3 Aug 2012 15:40:10 +0000 (+0200) Subject: drivers/video/epson1355fb.c: use devm_ functions X-Git-Tag: v3.7-rc1~48^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e07d232335ed2b65b50b51d1564b418801901d7c;p=pandora-kernel.git drivers/video/epson1355fb.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