commit | 2c832293e09be2f998ea916650927c8ccd5b4b3b | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <jszhang@marvell.com> | Wed Jan 20 16:36:25 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 21 12:03:30 2016 -0800 |
tree | ab27da1fd2af6acf27a3cf8ba7e855f5073e9ea6 | |
parent | 48189d6aaf1ed1b382666289a94a50e5269a8946 [diff] |
net: mvneta: fix trivial cut-off issue in mvneta_ethtool_update_stats When s->type is T_REG_64, the high 32bits are lost in val. This patch fixes this trivial issue. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Fixes: 9b0cdefa4cd5 ("net: mvneta: add ethtool statistics") Signed-off-by: David S. Miller <davem@davemloft.net>