[PATCH 0/2] can: etas_es58x: cleanups on struct es58x_device

Vincent Mailhol posted 2 patches 3 years, 10 months ago
drivers/net/can/usb/etas_es58x/es58x_core.c | 5 ++---
drivers/net/can/usb/etas_es58x/es58x_core.h | 6 ++----
2 files changed, 4 insertions(+), 7 deletions(-)
[PATCH 0/2] can: etas_es58x: cleanups on struct es58x_device
Posted by Vincent Mailhol 3 years, 10 months ago
This series contains two clean up patches toward struct es58x_device
of the CAN etas_es58x driver. The first one removes the field
rx_max_packet_size which value can actually be retrieved from the
helper function usb_maxpacket(). The second one fixes the signedness
of the TX and RX pipes.

No functional changes.

Vincent Mailhol (2):
  can: etas_es58x: replace es58x_device::rx_max_packet_size by
    usb_maxpacket()
  can: etas_es58x: fix signedness of USB RX and TX pipes

 drivers/net/can/usb/etas_es58x/es58x_core.c | 5 ++---
 drivers/net/can/usb/etas_es58x/es58x_core.h | 6 ++----
 2 files changed, 4 insertions(+), 7 deletions(-)

-- 
2.35.1
Re: [PATCH 0/2] can: etas_es58x: cleanups on struct es58x_device
Posted by Marc Kleine-Budde 3 years, 10 months ago
On 12.06.2022 01:20:35, Vincent Mailhol wrote:
> This series contains two clean up patches toward struct es58x_device
> of the CAN etas_es58x driver. The first one removes the field
> rx_max_packet_size which value can actually be retrieved from the
> helper function usb_maxpacket(). The second one fixes the signedness
> of the TX and RX pipes.
> 
> No functional changes.

Applied to linux-can-next/testing.

Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |