[PATCH net 0/2] pull-request: can 2025-12-10
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: 2025-12-10 08:34:56
Also in:
linux-can
Hello netdev-team,
this is a pull request of 2 patches for net/main.
Arnd Bergmann's patch fixes a build dependency with the CAN protocols
and drivers introduced in the current development cycle.
The last patch is by me and fixes the error handling cleanup in the
gs_usb driver.
regards,
Marc
---
The following changes since commit 186468c67fc687650b7fb713d8c627d5c8566886:
Merge branch 'mptcp-misc-fixes-for-v6-19-rc1' (2025-12-08 23:54:06 -0800)
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-20251210
for you to fetch changes up to 3e54d3b4a8437b6783d4145c86962a2aa51022f3:
can: gs_usb: gs_can_open(): fix error handling (2025-12-10 09:30:31 +0100)
----------------------------------------------------------------
linux-can-fixes-for-6.19-20251210
----------------------------------------------------------------
Arnd Bergmann (1):
can: fix build dependency
Marc Kleine-Budde (1):
can: gs_usb: gs_can_open(): fix error handling
drivers/net/can/Kconfig | 5 +----
drivers/net/can/Makefile | 2 +-
drivers/net/can/dev/Makefile | 5 ++---
drivers/net/can/usb/gs_usb.c | 2 +-
net/can/Kconfig | 1 -
5 files changed, 5 insertions(+), 10 deletions(-)