Re: [PATCH V2] mmc: change to use kmalloc

2015-11-19 Thread Ulf Hansson
On 12 November 2015 at 12:27, yalin wang wrote: > Use kmalloc instead of kzalloc, zero the memory is not needed. > > Signed-off-by: yalin wang Thanks, applied for next! I took liberty to update the change log and the commit message header to make it more descriptive. Kind regards Uffe > --- >

[PATCH V2] mmc: change to use kmalloc

2015-11-12 Thread yalin wang
Use kmalloc instead of kzalloc, zero the memory is not needed. Signed-off-by: yalin wang --- drivers/mmc/card/block.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c index c742cfd..c3fd4c8 100644 --- a/drivers/mmc/card/b