diff options
author | 2018-04-24 15:18:46 +0200 | |
---|---|---|
committer | 2018-04-25 19:33:36 +0200 | |
commit | 6bf9e4d39a582a4beea1844d6955cb2ebc979a67 (patch) | |
tree | e7b09218e6124cce3b7074f79f9f64210c634024 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | batman-adv: Remove unused dentry without DEBUGFS (diff) | |
download | linux-dev-6bf9e4d39a582a4beea1844d6955cb2ebc979a67.tar.xz linux-dev-6bf9e4d39a582a4beea1844d6955cb2ebc979a67.zip |
batman-adv: fix batadv_interface_tx()'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 <luc.vanoostenryck@gmail.com>
[sven@narfation.org: fixed alignment]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions