Re: [PATCH] net: qed: Remove unnecessary cast

From: David Miller
Date: Thu Aug 20 2020 - 19:16:36 EST


From: Alex Dewar <alex.dewar90@xxxxxxxxx>
Date: Thu, 20 Aug 2020 18:47:25 +0100

> In qed_rdma_destroy_cq() the result of dma_alloc_coherent() is cast from
> void* unnecessarily. Remove cast.
>
> Issue identified with Coccinelle.
>
> Signed-off-by: Alex Dewar <alex.dewar90@xxxxxxxxx>

Applied to net-next, thanks.