From: Viresh Kumar Date: Tue, 27 Mar 2012 03:10:35 +0000 (+0530) Subject: mmc: sdhci-spear: Use devm_* derivatives X-Git-Tag: v3.5-rc1~85^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ebaf8f2b0f9e67ac2e00ba7af04a58b39312b3c;p=pandora-kernel.git mmc: sdhci-spear: Use devm_* derivatives This patch replaces normal calls to resource allocation routines with devm_*() derivative of those routines. This removes the need to free those resources inside the driver. Signed-off-by: Viresh Kumar Signed-off-by: Chris Ball --- Reading git-diff-tree failed