commit | 787e4a79cd5ffc46fe5fa1ce9464e79143423ac0 | [log] [tgz] |
---|---|---|
author | Yunjian Wang <wangyunjian@huawei.com> | Wed May 06 20:21:45 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed May 06 14:24:06 2020 -0700 |
tree | b762b7aa3ae72745a8b5e77d11e75f79dc6a5506 | |
parent | 10786531cf996d0d1a0f901d9d559eb947013ac3 [diff] |
net: cpmac: 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>