mmc: sdhci-spear: Use devm_* derivatives
authorViresh Kumar <viresh.kumar@st.com>
Tue, 27 Mar 2012 03:10:35 +0000 (08:40 +0530)
committerChris Ball <cjb@laptop.org>
Tue, 1 May 2012 14:30:44 +0000 (10:30 -0400)
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 <viresh.kumar@st.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found