Re: [PATCH V2 04/16] mmc: omap_hsmmc: reduce a bit the error handlers in probe()

2011-05-06 Thread Andy Shevchenko
On Fri, May 6, 2011 at 2:34 PM, Varadarajan, Charulatha wrote: > On Fri, May 6, 2011 at 14:44, Adrian Hunter wrote: >> From: Andy Shevchenko >> > > Add patch description here. You mean something like following: "The code contains similarities in the error path of probe function. Let's combine th

Re: [PATCH V2 04/16] mmc: omap_hsmmc: reduce a bit the error handlers in probe()

2011-05-06 Thread Varadarajan, Charulatha
On Fri, May 6, 2011 at 14:44, Adrian Hunter wrote: > From: Andy Shevchenko > Add patch description here. > Signed-off-by: Andy Shevchenko > Signed-off-by: Adrian Hunter > --- >  drivers/mmc/host/omap_hsmmc.c |   17 ++--- >  1 files changed, 6 insertions(+), 11 deletions(-) > <> -

[PATCH V2 04/16] mmc: omap_hsmmc: reduce a bit the error handlers in probe()

2011-05-06 Thread Adrian Hunter
From: Andy Shevchenko Signed-off-by: Andy Shevchenko Signed-off-by: Adrian Hunter --- drivers/mmc/host/omap_hsmmc.c | 17 ++--- 1 files changed, 6 insertions(+), 11 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index c8aab47..3121293 100