net/mlx5: FPGA, Fix datatype mismatch
authorIlan Tayari <ilant@mellanox.com>
Sun, 2 Jul 2017 11:38:14 +0000 (14:38 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 6 Jul 2017 12:13:20 +0000 (15:13 +0300)
commit2a41d15b7906e8f749d3656e1bdc2a5ee7dd65ff
treec8a7252b5fcf75a29314ec431638d1393f8c4a96
parentc8af01692e4950504fb2e5c65ca87acbe73027cb
net/mlx5: FPGA, Fix datatype mismatch

Fix warnings when building with -Wall:
drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c:313:36: warning: cast to restricted __be32
drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c:314:37: warning: cast to restricted __be32

Fixes: bebb23e6cb02 ("net/mlx5: Accel, Add IPSec acceleration interface")
Reported-by: Or Gerlitz <gerlitz.or@gmail.com>
Signed-off-by: Ilan Tayari <ilant@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c