Skip to content

Commit 71b976d

Browse files
committed
Merge tag 'linux-can-fixes-for-6.16-20250711' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Marc Kleine-Budde says: ==================== pull-request: can 2025-07-11 Sean Nyekjaer's patch targets the m_can driver and demotes the "msg lost in rx" message to debug level to prevent flooding the kernel log with error messages. * tag 'linux-can-fixes-for-6.16-20250711' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can: can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx message to debug level ==================== Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
2 parents 47c8499 + 58805e9 commit 71b976d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/can/m_can/m_can.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ static int m_can_handle_lost_msg(struct net_device *dev)
665665
struct can_frame *frame;
666666
u32 timestamp = 0;
667667

668-
netdev_err(dev, "msg lost in rxf0\n");
668+
netdev_dbg(dev, "msg lost in rxf0\n");
669669

670670
stats->rx_errors++;
671671
stats->rx_over_errors++;

0 commit comments

Comments
 (0)