Searched hist:bdaa2c63b060ae082ab4f20378c1a6307b59b8db (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/rtc/ |
H A D | rtc-spear.c | diff bdaa2c63b060ae082ab4f20378c1a6307b59b8db Tue Dec 18 01:02:29 CET 2012 Viresh Kumar <viresh.kumar@linaro.org> rtc: rtc-spear: use devm_*() routines
Free the rtc-spear driver from tension of freeing resources :) devm_* derivatives of multiple routines are used while allocating resources, which would be freed automatically by kernel.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Cc: Deepak Sikri <deepak.sikri@st.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|