commit | e39b8ffeb9b9a185438b6dc21bb9997f9fb29cbe | [log] [tgz] |
---|---|---|
author | Nikita Danilov <ndanilov@marvell.com> | Fri Jun 26 21:40:32 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 26 16:32:50 2020 -0700 |
tree | 1f24982c5e51564a02d9cce63587006302df2f60 | |
parent | 3a8b44546979cf682324bd2fd61e539f428911b4 [diff] |
net: atlantic: fix variable type in aq_ethtool_get_pauseparam This patch fixes the type for variable which is assigned from enum, as such it should have been int, not u32. Signed-off-by: Nikita Danilov <ndanilov@marvell.com> Signed-off-by: Mark Starovoytov <mstarovoitov@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>