commit | 51070a3627a943b13c7e0a32bbfa96cb8dca4493 | [log] [tgz] |
---|---|---|
author | Yunjian Wang <wangyunjian@huawei.com> | Thu Apr 30 19:26:40 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 30 12:15:13 2020 -0700 |
tree | b035db2bac150704a71223d5d3d9517e9840c59e | |
parent | 99b2292ba21b47bbd97d33ab20892347ad2ac351 [diff] |
rionet: 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>