From: Marc Kleine-Budde <mkl@pengutronix.de> Date: 2021-08-26 06:45:02
Hello Jakub, hello David,
this is a pull request of a single patch for net/master.
Stefan Mätje's patch fixes the interchange of RX and TX error counters
inthe esd_usb2 CAN driver.
regards,
Marc
---
The following changes since commit ec92e524ee91c98e6ee06807c7d69d9e2fd141bc:
net: usb: asix: ax88772: fix boolconv.cocci warnings (2021-08-25 16:35:51 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-5.14-20210826
for you to fetch changes up to 044012b52029204900af9e4230263418427f4ba4:
can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters (2021-08-26 08:37:13 +0200)
----------------------------------------------------------------
linux-can-fixes-for-5.14-20210826
----------------------------------------------------------------
Stefan Mätje (1):
can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters
drivers/net/can/usb/esd_usb2.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Marc Kleine-Budde <mkl@pengutronix.de> Date: 2021-08-26 06:45:05
From: Stefan Mätje <stefan.maetje@esd.eu>
This patch fixes the interchanged fetch of the CAN RX and TX error
counters from the ESD_EV_CAN_ERROR_EXT message. The RX error counter
is really in struct rx_msg::data[2] and the TX error counter is in
struct rx_msg::data[3].
Fixes: 96d8e90382dc ("can: Add driver for esd CAN-USB/2 device")
Link: https://lore.kernel.org/r/20210825215227.4947-2-stefan.maetje@esd.eu
Cc: stable@vger.kernel.org
Signed-off-by: Stefan Mätje <stefan.maetje@esd.eu>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
drivers/net/can/usb/esd_usb2.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 26 Aug 2021 08:44:56 +0200 you wrote:
From: Stefan Mätje <stefan.maetje@esd.eu>
This patch fixes the interchanged fetch of the CAN RX and TX error
counters from the ESD_EV_CAN_ERROR_EXT message. The RX error counter
is really in struct rx_msg::data[2] and the TX error counter is in
struct rx_msg::data[3].
[...]
Hello:
This pull request was applied to netdev/net.git (refs/heads/master):
On Thu, 26 Aug 2021 08:44:55 +0200 you wrote:
Hello Jakub, hello David,
this is a pull request of a single patch for net/master.
Stefan Mätje's patch fixes the interchange of RX and TX error counters
inthe esd_usb2 CAN driver.
[...]