dmaengine: at_hdmac: Substitute kzalloc with kmalloc
authorTudor Ambarus <tudor.ambarus@microchip.com>
Thu, 23 Jan 2020 14:03:02 +0000 (14:03 +0000)
committerVinod Koul <vkoul@kernel.org>
Tue, 25 Feb 2020 05:57:27 +0000 (11:27 +0530)
commita6e7f19c910068cb54983f36acebedb376f3a9ac
tree910f2e4cc8a602aef984e1301d4f9b54ce7638eb
parent14ccf0aab46e1888e2f45b6e995c621c70b32651
dmaengine: at_hdmac: Substitute kzalloc with kmalloc

All members of the structure are initialized below in the function,
there is no need to use kzalloc.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Link: https://lore.kernel.org/r/20200123140237.125799-1-tudor.ambarus@microchip.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/at_hdmac.c