commit | 1f3e915e316c4393ce940ab184c176b7202f3ff7 | [log] [tgz] |
---|---|---|
author | Yunjian Wang <wangyunjian@huawei.com> | Wed May 06 17:25:14 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed May 06 14:13:39 2020 -0700 |
tree | c201f90c3a961ef2d7fcc36ba11b61f87cba5792 | |
parent | 77afd98719d5cbe496196dcf69af7b84206708fd [diff] |
net: renesas: 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>