diff options
| author | Luc Van Oostenryck <[email protected]> | 2018-04-24 15:15:58 +0200 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2018-05-14 22:50:25 -0400 |
| commit | 66b7eaca548d716b86ae2417ec103a7f2f6c214c (patch) | |
| tree | c4e42b3392b4403112da43582a049b5c188fcd4d /tools/perf/scripts/python | |
| parent | 81471b07b7924422c66054d22c1aaf93d9ab5294 (diff) | |
scsi: mptlan: Fix mpt_lan_sdu_send()'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: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions