Re: [PATCH] mmc: sdhci-pci: simplify error handling

2011-12-07 Thread Chris Ball
Hi, On Mon, Dec 05 2011, Adrian Hunter wrote: > On 03/12/11 09:28, Axel Lin wrote: >> Signed-off-by: Axel Lin > > Acked-by: Adrian Hunter > >> --- >> drivers/mmc/host/sdhci-pci.c | 38 ++ >> 1 files changed, 18 insertions(+), 20 deletions(-) >> >> diff --g

Re: [PATCH] mmc: sdhci-pci: simplify error handling

2011-12-05 Thread Adrian Hunter
On 03/12/11 09:28, Axel Lin wrote: > Signed-off-by: Axel Lin Acked-by: Adrian Hunter > --- > drivers/mmc/host/sdhci-pci.c | 38 ++ > 1 files changed, 18 insertions(+), 20 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-

[PATCH] mmc: sdhci-pci: simplify error handling

2011-12-02 Thread Axel Lin
Signed-off-by: Axel Lin --- drivers/mmc/host/sdhci-pci.c | 38 ++ 1 files changed, 18 insertions(+), 20 deletions(-) diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 6878a94..d2e77fb 100644 --- a/drivers/mmc/host/sdhci-pci.c +++