]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/mlx4_core: Fix sparse warning
authorEyal Perry <eyalpe@mellanox.com>
Sun, 2 Mar 2014 08:25:03 +0000 (10:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Mar 2014 01:04:01 +0000 (20:04 -0500)
commit28d222bbaa5122fb4bb0e607e39ab149a010e587
treecbad404a3d3360f19148d5076fd2a251a669030d
parent313c2d375b1c9b648d9d4b96ec1b8185ac6a78c5
net/mlx4_core: Fix sparse warning

This patch force conversion to u32 to fix the following sparse warning:
drivers/net/ethernet/mellanox/mlx4/fw.c:1822:53: warning: restricted __be32
degrades to integer

Casting to u32 is safe here, because token will be returned as is
from the hardware without any modification.

Signed-off-by: Eyal Perry <eyalpe@mellanox.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/fw.c