Re: [PATCH net-next] net: nixge: Address compiler warnings when building for i386

From: David Miller
Date: Tue Oct 02 2018 - 01:49:26 EST


From: Moritz Fischer <mdf@xxxxxxxxxx>
Date: Thu, 27 Sep 2018 12:48:51 -0700

> Address compiler warning reported by kbuild autobuilders
> when building for i386 as a result of dma_addr_t size on
> different architectures.
>
> warning: cast to pointer from integer of different size
> [-Wint-to-pointer-cast]
>
> Fixes: 7e8d5755be0e ("net: nixge: Add support for 64-bit platforms")
> Signed-off-by: Moritz Fischer <mdf@xxxxxxxxxx>

Applied.