diff options
author | Govindarajulu Varadarajan <[email protected]> | 2014-08-13 13:04:56 +0530 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-08-13 20:04:47 -0700 |
commit | 7b31b4deda7679120379c005df8d3d647161eff7 (patch) | |
tree | 8596d1e8d49180a1e68eac5749e21768626a65e2 /net/unix/sysctl_net_unix.c | |
parent | 1d311ad2f9fe5d75cf228372174170d0f435e3ef (diff) |
tg3: fix return value in tg3_get_stats64
When tp->hw_stats is 0, tg3_get_stats64 should display previously
recorded stats. So it returns &tp->net_stats_prev. But the caller,
dev_get_stats, ignores the return value.
Fix this by assigning tp->net_stats_prev to stats and returning stats.
Signed-off-by: Govindarajulu Varadarajan <[email protected]>
Acked-by: Prashant Sreedharan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions