From: Julia Lawall Date: Fri, 10 Feb 2012 08:17:01 +0000 (+0100) Subject: ASoC: mxs-saif: use devm_ functions X-Git-Tag: v3.4-rc1~88^2^2~27^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830eb8767d76b058118be74deac13e5f30b67892;p=pandora-kernel.git ASoC: mxs-saif: 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: Dong Aisheng Signed-off-by: Mark Brown --- Reading git-diff-tree failed