diff options
author | Luc Van Oostenryck <[email protected]> | 2018-04-24 15:18:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-04-25 14:56:12 +0200 |
commit | 2468b3e4aa7b2a45443c43fced850965ee8118bd (patch) | |
tree | 5c0ce7beff7392349bafca303ddeba1c7bd7102f /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 700ad5531b9e90d5442867b389c92aa599e183e4 (diff) |
tty: n_gsm: fix gsm_mux_net_start_xmit()'s return type
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, but the implementation in this
driver returns an 'int'.
Fix this by returning 'netdev_tx_t' in this driver too.
Signed-off-by: Luc Van Oostenryck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions