All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] can: fix ndo_start_xmit()'s return type
@ 2018-04-26 21:13 ` Luc Van Oostenryck
  0 siblings, 0 replies; 20+ messages in thread
From: Luc Van Oostenryck @ 2018-04-26 21:13 UTC (permalink / raw)
  To: Marc Kleine-Budde
  Cc: moderated list:ARM/Allwinner sunXi SoC support, open list,
	Maxime Ripard, open list:NETWORKING DRIVERS, Michal Simek,
	open list:CAN NETWORK DRIVERS, Chen-Yu Tsai, Luc Van Oostenryck,
	Wolfgang Grandegger

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 sun4ican_start_xmit()'s return type
  can: xilinx: fix xcan_start_xmit()'s return type

 drivers/net/can/janz-ican3.c | 2 +-
 drivers/net/can/sun4i_can.c  | 2 +-
 drivers/net/can/xilinx_can.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.17.0

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-04-27  8:03 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 21:13 [PATCH 0/3] can: fix ndo_start_xmit()'s return type Luc Van Oostenryck
2018-04-26 21:13 ` Luc Van Oostenryck
2018-04-26 21:13 ` Luc Van Oostenryck
2018-04-26 21:13 ` [PATCH 1/3] can: janz-ican3: fix ican3_xmit()'s " Luc Van Oostenryck
2018-04-26 21:13   ` Luc Van Oostenryck
2018-04-26 21:13   ` Luc Van Oostenryck
2018-04-26 21:13 ` [PATCH 2/3] can: sun4i: fix sun4ican_start_xmit()'s " Luc Van Oostenryck
2018-04-26 21:13   ` Luc Van Oostenryck
2018-04-26 21:13   ` Luc Van Oostenryck
2018-04-26 21:13 ` [PATCH 3/3] can: xilinx: fix xcan_start_xmit()'s " Luc Van Oostenryck
2018-04-26 21:13   ` Luc Van Oostenryck
2018-04-26 21:13   ` Luc Van Oostenryck
2018-04-27  7:49   ` Michal Simek
2018-04-27  7:49     ` Michal Simek
2018-04-27  7:55     ` Marc Kleine-Budde
2018-04-27  7:55       ` Marc Kleine-Budde
2018-04-27  8:03       ` Michal Simek
2018-04-27  8:03         ` Michal Simek
2018-04-27  7:21 ` [PATCH 0/3] can: fix ndo_start_xmit()'s " Marc Kleine-Budde
2018-04-27  7:21   ` Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.