From: Julia Lawall Date: Tue, 24 Jan 2012 13:00:45 +0000 (+0100) Subject: OMAPDSS: use devm_ functions X-Git-Tag: v3.4-rc1~125^2~8^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e2a14d2c59f6208310eeb6b031e9d1c22b38c6a;p=pandora-kernel.git OMAPDSS: 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 Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed