Merge tag 'linux-can-fixes-for-6.1-20221025' of git://git.kernel.org/pub/scm/linux...
authorJakub Kicinski <kuba@kernel.org>
Thu, 27 Oct 2022 03:12:50 +0000 (20:12 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 27 Oct 2022 03:15:45 +0000 (20:15 -0700)
commit8b9d377afaed8ef8f4c85432e916930279ac1871
treed4d5dfd1f1dbdb4ba59289c2adf04aa02fc94fbc
parentc5f0a17288740573f4de72965c5294a60244c5fc
parentb1a09b63684cea56774786ca14c13b7041ffee63
Merge tag 'linux-can-fixes-for-6.1-20221025' of git://git./linux/kernel/git/mkl/linux-can

Marc Kleine-Budde says:

====================
pull-request: can 2022-10-25

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.

* tag 'linux-can-fixes-for-6.1-20221025' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can:
  can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path
  can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path
====================

Link: https://lore.kernel.org/r/20221026075520.1502520-1-mkl@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>