[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220611162037.1507-1-mailhol.vincent@wanadoo.fr>
Date: Sun, 12 Jun 2022 01:20:35 +0900
From: Vincent Mailhol <mailhol.vincent@...adoo.fr>
To: Marc Kleine-Budde <mkl@...gutronix.de>, linux-can@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
Vincent Mailhol <mailhol.vincent@...adoo.fr>
Subject: [PATCH 0/2] can: etas_es58x: cleanups on struct es58x_device
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
Powered by blists - more mailing lists