diff options
author | Eli Cohen <eli@mellanox.com> | 2013-09-11 16:35:29 +0300 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2013-10-10 09:23:57 -0700 |
commit | 2f6daec14d02deb84e7896a93196d78fbe9956a2 (patch) | |
tree | 2ca401c5e950365e99da868289cc625629fd7811 /include | |
parent | dabed0e6319a1900c8738676bd197f06b5b5b6cc (diff) | |
download | linux-stable-2f6daec14d02deb84e7896a93196d78fbe9956a2.tar.gz linux-stable-2f6daec14d02deb84e7896a93196d78fbe9956a2.tar.bz2 linux-stable-2f6daec14d02deb84e7896a93196d78fbe9956a2.zip |
mlx5: Fix layout of struct mlx5_init_seg
The layout of struct health_buffer was not according to firmware
specification. Fix it to comply.
Signed-off-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mlx5/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index 770e3b448b3b..5eb4e31af22b 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h @@ -417,7 +417,7 @@ struct mlx5_init_seg { struct health_buffer health; __be32 rsvd2[884]; __be32 health_counter; - __be32 rsvd3[1023]; + __be32 rsvd3[1019]; __be64 ieee1588_clk; __be32 ieee1588_clk_type; __be32 clr_intx; |