Re: [PATCH 1/2] mmc: mxcmmc: Convert to devm-* API

2014-02-22 Thread Alexander Shiyan
Суббота, 22 февраля 2014, 16:37 +01:00 от Arnd Bergmann : > On Saturday 22 February 2014 18:46:11 Alexander Shiyan wrote: > > Replace existing resource handling in the driver with managed > > device resource, this ensures more consistent error values and > > simplifies error paths. > > > > Signed-

Re: [PATCH 1/2] mmc: mxcmmc: Convert to devm-* API

2014-02-22 Thread Arnd Bergmann
On Saturday 22 February 2014 18:46:11 Alexander Shiyan wrote: > Replace existing resource handling in the driver with managed > device resource, this ensures more consistent error values and > simplifies error paths. > > Signed-off-by: Alexander Shiyan Nice cleanup! > drivers/mmc/host/mxcmmc.c

[PATCH 1/2] mmc: mxcmmc: Convert to devm-* API

2014-02-22 Thread Alexander Shiyan
Replace existing resource handling in the driver with managed device resource, this ensures more consistent error values and simplifies error paths. Signed-off-by: Alexander Shiyan --- drivers/mmc/host/mxcmmc.c | 101 +- 1 file changed, 38 insertions(+