commit | c2ba2c2287698bac36bf71e5c4f3be423371bee0 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Thu May 28 01:11:37 2020 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri May 29 21:20:21 2020 -0700 |
tree | 8aa683378ae6817df5587009d77701c3c64afdc4 | |
parent | 618f88c4c40a9621a3105f3ff957a91a148e7d94 [diff] |
net/mlx5: DR: Fix cast to restricted __be32 raw_ip actual type is __be32 and not u32. Fix that and get rid of the warning. drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c:906:31: warning: cast to restricted __be32 Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Reviewed-by: Mark Bloch <markb@mellanox.com>