summaryrefslogtreecommitdiff
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-07-11 09:49:11 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-07-11 09:49:11 +0200
commit760f5b49a49c4b244a2da06a4123f884d891f8f6 (patch)
tree167056a41fe1c0e95485d91ca63bea0def4ee1f2 /REPORTING-BUGS
parent4f42ef17be2bba0e3ed997d478beb596e5e57e0a (diff)
ifpps: Remove unnecessary memset()
stats_avg will be reset to 0 on the first call to stats_top() before displaying any results, thus this memset() is not necessary. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions
pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'arch/arm/plat-pxa/Makefile')