diff options
author | Lee Jones <[email protected]> | 2020-08-14 12:39:06 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-08-14 20:42:25 -0700 |
commit | 2083bebca7c08598ac15ac20a9ba1cc3338fc4d6 (patch) | |
tree | ee0b6e7e6f60fda5c60abcc035095e2000c13151 /scripts/gdb/linux/modules.py | |
parent | 45a1553bd34abc17c3766d384a6e1500f7551a30 (diff) |
net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'
Fixes the following W=1 kernel build warning(s):
drivers/net/ethernet/3com/3c574_cs.c: In function ‘update_stats’:
drivers/net/ethernet/3com/3c574_cs.c:954:9: warning: variable ‘tx’ set but not used [-Wunused-but-set-variable]
954 | u8 rx, tx, up;
| ^~
drivers/net/ethernet/3com/3c574_cs.c:954:5: warning: variable ‘rx’ set but not used [-Wunused-but-set-variable]
954 | u8 rx, tx, up;
| ^~
Cc: "David S. Miller" <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: Shannon Nelson <[email protected]>
Cc: Heiner Kallweit <[email protected]>
Cc: Martin Habets <[email protected]>
Cc: "Michael S. Tsirkin" <[email protected]>
Cc: Donald Becker <[email protected]>
Cc: David Hinds <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions