commit | 2214fb53006e6cfa6371b706070cb99794c68c3b | [log] [tgz] |
---|---|---|
author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Mon Jun 14 15:03:25 2021 -0600 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 14 14:13:09 2021 -0700 |
tree | f44a8c3a8dce3f2ee62ac630d2691f5166a5af41 | |
parent | 45deacc731d73de7495e3004f7d8d92eb4c1d9eb [diff] |
net: mhi_net: Update the transmit handler prototype Update the function prototype of mhi_ndo_xmit to match ndo_start_xmit. This otherwise leads to run time failures when CFI is enabled in kernel. Fixes: 3ffec6a14f24 ("net: Add mhi-net driver") Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>