commit | 6ebaf8f2b0f9e67ac2e00ba7af04a58b39312b3c | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Tue Mar 27 08:40:35 2012 +0530 |
committer | Chris Ball <cjb@laptop.org> | Tue May 01 10:30:44 2012 -0400 |
tree | db399b2036495852b498ff6e4151b945d1d7e34f | |
parent | 3524b5d1edbcaf0aae9196ac942d8307624ff3f0 [diff] |
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 <viresh.kumar@st.com> Signed-off-by: Chris Ball <cjb@laptop.org>