Re: [PATCH RESEND] spi/imx: simplify error handling to free gpios

2012-03-09 Thread Grant Likely
On Tue, 10 Jan 2012 15:27:36 +0800, Axel Lin wrote: > Simplify the error handling by moving the code to free gpios in one place. > > Signed-off-by: Axel Lin > Acked-by: Shawn Guo Applied, thanks. g. > --- > drivers/spi/spi-imx.c | 11 +++ > 1 files changed, 3 insertions(+), 8 dele

[PATCH RESEND] spi/imx: simplify error handling to free gpios

2012-01-09 Thread Axel Lin
Simplify the error handling by moving the code to free gpios in one place. Signed-off-by: Axel Lin Acked-by: Shawn Guo --- drivers/spi/spi-imx.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/spi/spi-imx.c b/drivers/spi/spi-imx.c index c6e697f..31054e