Hello Jakub, hello David, this is a pull request of 3 patches for net/master. The first 2 patches are by Vincent Mailhol and fix the error handling of the ndo_open callbacks of the etas_es58x and the gs_usb CAN USB drivers. The last patch is by Lad Prabhakar and fixes a small race condition in the rcar_canfd's rcar_canfd_channel_probe() function. regards, Marc --- The following changes since commit a6df953f0178c8a11fb2de95327643b622077018: Merge branch 'mptcp-fixes-for-5-17' (2022-02-24 21:54:57 -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-5.17-20220225 for you to fetch changes up to c5048a7b2c23ab589f3476a783bd586b663eda5b: can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when fully ready (2022-02-25 17:46:54 +0100) ---------------------------------------------------------------- linux-can-fixes-for-5.17-20220225 ---------------------------------------------------------------- Lad Prabhakar (1): can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when fully ready Vincent Mailhol (2): can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8 can: gs_usb: change active_channels's type from atomic_t to u8 drivers/net/can/rcar/rcar_canfd.c | 6 +++--- drivers/net/can/usb/etas_es58x/es58x_core.c | 9 +++++---- drivers/net/can/usb/etas_es58x/es58x_core.h | 8 +++++--- drivers/net/can/usb/gs_usb.c | 10 +++++----- 4 files changed, 18 insertions(+), 15 deletions(-)