commit | dbdc8a21759959af2c4a702cacbb94f9b1864e73 | [log] [tgz] |
---|---|---|
author | Tonghao Zhang <xiangxia.m.yue@gmail.com> | Fri May 11 02:53:10 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 11 16:08:44 2018 -0400 |
tree | bcb79494317b637c277094d2ce8931572b7790ad | |
parent | d5db21a3e6977dcb42cee3d16cd69901fa66510a [diff] |
bonding: replace the return value type The method ndo_start_xmit is defined as returning a netdev_tx_t, which is a typedef for an enum type, but the implementation in this driver returns an int. Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>