commit | 9532131f6995002e88390b8b6572a44531c1fae0 | [log] [tgz] |
---|---|---|
author | Yunjian Wang <wangyunjian@huawei.com> | Wed May 06 20:55:52 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed May 06 14:26:14 2020 -0700 |
tree | cf4449c3f0f37774f2bf9f35f6877e871f3f1c19 | |
parent | 787e4a79cd5ffc46fe5fa1ce9464e79143423ac0 [diff] |
net: 7990: Fix use correct return type for ndo_start_xmit() The method ndo_start_xmit() returns a value of type netdev_tx_t. Fix the ndo function to use the correct type. Signed-off-by: Yunjian Wang <wangyunjian@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>