eccf2144e1
1) Remove an explicit memset(.., 0, ...) to a variable allocated with kzalloc (i.e. 'dest'). 2) Allocate 'src' with kmalloc instead of kzalloc as all elements of the 'src' buffer are initialized in a 'for(...)' loop just after. 3) remove useless 'sizeof(u8)', which always returns 1, when computing the size of the memory to be allocated. Signed-off-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr> Signed-off-by: Dan Williams <dan.j.williams@intel.com> |
||
---|---|---|
.. | ||
dmaengine.c | ||
fsldma.c | ||
fsldma.h | ||
ioat.c | ||
ioat_dca.c | ||
ioat_dma.c | ||
ioatdma.h | ||
ioatdma_hw.h | ||
ioatdma_registers.h | ||
iop-adma.c | ||
iovlock.c | ||
Kconfig | ||
Makefile |