aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLuc Van Oostenryck <[email protected]>2020-06-29 12:40:09 +0200
committerKalle Valo <[email protected]>2020-07-14 20:53:29 +0300
commitcce0e08301fe43dc3fe983d5f098393d15f803f0 (patch)
treef1cc4a374885e4c7822491422caad2fc269d16bb /tools/perf/scripts/python
parentb52b331a8978ab5414fc68bb4a73e690f080549e (diff)
wilc1000: let wilc_mac_xmit() return NETDEV_TX_OK
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t', which is a typedef for an enum type defining 'NETDEV_TX_OK' but this driver returns '0' instead of 'NETDEV_TX_OK'. Fix this by returning 'NETDEV_TX_OK' instead of '0'. Signed-off-by: Luc Van Oostenryck <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions