Re: [PATCH 0/3] can: fix ndo_start_xmit()'s return type

2018-04-27 Thread Marc Kleine-Budde
On 04/26/2018 11:13 PM, Luc Van Oostenryck wrote: > ndo_start_xmit() is defined as returing an 'netdev_tx_t'. > However, several can drivers use 'int' as the return type > of their start_xmit() method. > This series contains the fix for all three of them. > > Luc Van Oostenryck (3): > can:

[PATCH 0/3] can: fix ndo_start_xmit()'s return type

2018-04-26 Thread Luc Van Oostenryck
ndo_start_xmit() is defined as returing an 'netdev_tx_t'. However, several can drivers use 'int' as the return type of their start_xmit() method. This series contains the fix for all three of them. Luc Van Oostenryck (3): can: janz-ican3: fix ican3_xmit()'s return type can: sun4i: fix