]> git.dujemihanovic.xyz Git - linux.git/commitdiff
Merge patch series "can: m_can: fix struct net_device_ops::{open,stop} callbacks...
authorMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 12 Sep 2024 07:47:36 +0000 (09:47 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 12 Sep 2024 07:47:36 +0000 (09:47 +0200)
Marc Kleine-Budde <mkl@pengutronix.de> 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 <mkl@pengutronix.de>

Trivial merge