Hello Jakub, hello David, this is a pull request of 2 patches for net/master. Both patches are by Dongliang Mu. The 1st patch adds a missing cleanup call in the error path of the probe function in mpc5xxx glue code for the mscan driver. The 2nd patch adds a missing cleanup call in the error path of the probe function of the mcp251x driver. regards, Marc --- The following changes since commit baee5a14ab2c9a8f8df09d021885c8f5de458a38: Merge tag 'ieee802154-for-net-2022-10-24' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan (2022-10-24 21:17:03 -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-6.1-20221025 for you to fetch changes up to b1a09b63684cea56774786ca14c13b7041ffee63: can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path (2022-10-25 09:13:14 +0200) ---------------------------------------------------------------- linux-can-fixes-for-6.1-20221025 ---------------------------------------------------------------- Dongliang Mu (2): can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path drivers/net/can/mscan/mpc5xxx_can.c | 8 +++++--- drivers/net/can/spi/mcp251x.c | 5 ++++- 2 files changed, 9 insertions(+), 4 deletions(-)