From: Marc Kleine-Budde Date: Thu, 12 Sep 2024 07:47:36 +0000 (+0200) Subject: Merge patch series "can: m_can: fix struct net_device_ops::{open,stop} callbacks... X-Git-Tag: v6.12-rc1~232^2^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=717338e2b23309470e218f0c58177ece62b8d458;p=thirdparty%2Flinux.git Merge patch series "can: m_can: fix struct net_device_ops::{open,stop} callbacks under high bus load" Marc Kleine-Budde says: Under high CAN-bus load the struct net_device_ops::{open,stop} callbacks (m_can_open(), m_can_close()) don't properly start and shutdown the device. Fix the problems by re-arranging the order of functions in m_can_open() and m_can_close(). Link: https://patch.msgid.link/20240910-can-m_can-fix-ifup-v3-0-6c1720ba45ce@pengutronix.de Signed-off-by: Marc Kleine-Budde --- 717338e2b23309470e218f0c58177ece62b8d458