From: Mark Zhang Date: Wed, 31 Jul 2019 11:40:13 +0000 (+0300) Subject: net/mlx5: Fix mlx5_ifc_query_lag_out_bits X-Git-Tag: v5.4-rc1~91^2~45^2~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ea77388b02270b0af8dc57f668f311235ea068f0;p=users%2Fjedix%2Flinux-maple.git net/mlx5: Fix mlx5_ifc_query_lag_out_bits Remove the "reserved_at_40" field to match the device specification. Fixes: 84df61ebc69b ("net/mlx5: Add HW interfaces used by LAG") Signed-off-by: Mark Zhang Reviewed-by: Yishai Hadas Signed-off-by: Leon Romanovsky --- diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 30d15e80bcc75..1f9d4a8e62271 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -9592,8 +9592,6 @@ struct mlx5_ifc_query_lag_out_bits { u8 syndrome[0x20]; - u8 reserved_at_40[0x40]; - struct mlx5_ifc_lagc_bits ctx; };