[PATCH net 0/2] pull-request: can 2026-01-23
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: 2026-01-23 17:32:50
Also in:
linux-can
Hello netdev-team,
this is a pull request of 2 patches for net/main.
The first patch is by Zilin Guan and fixes a memory leak in the error
path of the at91_can driver's probe function.
The last patch is by me and fixes yet another error in the gs_usb's
gs_usb_receive_bulk_callback() function.
regards,
Marc
---
The following changes since commit 5778d65d4b85d4929d30998863e08e20af4b6113:
Merge branch 'vsock-virtio-fix-tx-credit-handling' (2026-01-22 15:41:36 +0100)
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-6.19-20260123
for you to fetch changes up to 494fc029f662c331e06b7c2031deff3c64200eed:
can: gs_usb: gs_usb_receive_bulk_callback(): fix error message (2026-01-23 18:16:37 +0100)
----------------------------------------------------------------
linux-can-fixes-for-6.19-20260123
----------------------------------------------------------------
Marc Kleine-Budde (1):
can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
Zilin Guan (1):
can: at91_can: Fix memory leak in at91_can_probe()
drivers/net/can/at91_can.c | 2 +-
drivers/net/can/usb/gs_usb.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)