Hi Gaurav, On Mon, Apr 18, 2022 at 6:30 AM Gaurav Jain <[email protected]> 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 <[email protected]>

