
18 Apr
2022
18 Apr
'22
8:41 p.m.
Hi Gaurav,
On Mon, Apr 18, 2022 at 6:30 AM Gaurav Jain gaurav.jain@nxp.com wrote:
if (!IS_ALIGNED((uintptr_t)pbuf, ARCH_DMA_MINALIGN) || !IS_ALIGNED((uintptr_t)pout, ARCH_DMA_MINALIGN)) { puts("Error: Address arguments are not aligned\n"); return -EINVAL; }
debug("\ncaam hash\n");
Minor nit: please remove this line.
Reviewed-by: Fabio Estevam festevam@denx.de