Re: [PATCH] spi: s3c24xx: Convert to use devm_kzalloc

2014-04-03 Thread Ben Dooks
On Mon, Mar 31, 2014 at 11:37:29AM +0800, Axel Lin wrote: Simplify the cleanup code. Signed-off-by: Axel Lin axel@ingics.com Acked-by: Ben Dooks ben-li...@fluff.org --- drivers/spi/spi-s3c24xx.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git

Re: [PATCH] spi: s3c24xx: Convert to use devm_kzalloc

2014-04-01 Thread Mark Brown
On Mon, Mar 31, 2014 at 11:37:29AM +0800, Axel Lin wrote: Simplify the cleanup code. Applied, thanks. signature.asc Description: Digital signature

[PATCH] spi: s3c24xx: Convert to use devm_kzalloc

2014-03-30 Thread Axel Lin
Simplify the cleanup code. Signed-off-by: Axel Lin axel@ingics.com --- drivers/spi/spi-s3c24xx.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/spi/spi-s3c24xx.c b/drivers/spi/spi-s3c24xx.c index bed2338..6db14e5 100644 --- a/drivers/spi/spi-s3c24xx.c