commit | a54776f2c4939bdee084c9ecd00a4a5a25b7c429 | [log] [tgz] |
---|---|---|
author | Yunjian Wang <wangyunjian@huawei.com> | Wed Apr 29 18:20:58 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 29 11:47:16 2020 -0700 |
tree | c240332553bc88fe038d9683ff6daac529814e6e | |
parent | 00b5aac59966ec3d608dc150aba552121e7de4f0 [diff] |
netpoll: 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>