On Thu, Nov 02, 2017 at 03:38:55PM +0530, Hemant Agrawal wrote:
> fixes the following compilation error on compiling with ARM BE compiler
>
> ixgbe_common.c: In function ‘ixgbe_host_interface_command’:
> ixgbe_common.c:4610:22: error: passing argument 1 of
> ‘__builtin_bswap32’ makes integer from pointer without a cast
> [-Werror=int-conversion]
> IXGBE_LE32_TO_CPUS(&buffer[bi]);
> ^
> Fixes: aa4fc14d2cee ("ixgbe: update base driver")
> Cc: [email protected]
>
> Signed-off-by: Hemant Agrawal <[email protected]>
Looks harmless!
Acked-by: Bruce Richardson <[email protected]>