commit | 28d222bbaa5122fb4bb0e607e39ab149a010e587 | [log] [tgz] |
---|---|---|
author | Eyal Perry <eyalpe@mellanox.com> | Sun Mar 02 10:25:03 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 02 20:04:01 2014 -0500 |
tree | cbad404a3d3360f19148d5076fd2a251a669030d | |
parent | 313c2d375b1c9b648d9d4b96ec1b8185ac6a78c5 [diff] |
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>