mirror of https://gitee.com/openkylin/linux.git
01581fb89e
MLX5_GET64 was used on end_padding_mode, which is a 2-bit field.
This is wrong as the calculated offset is incorrect. Using MLX5_GET
instead of MLX5_GET64 to fix that.
Fixes:
|
||
---|---|---|
.. | ||
cxgb3 | ||
cxgb4 | ||
mlx4 | ||
mlx5 | ||
mthca | ||
nes | ||
ocrdma | ||
qib | ||
usnic | ||
Makefile |