Skip to content

Commit 1336ca2

Browse files
Frank Jungclausmarckleinebudde
authored andcommitted
can: esd_usb: Don't bother the user with nonessential log message
Replace a netdev_info(), emitting an informational message about the BTR value to be send to the controller, with a debug message by means of netdev_dbg(). Link: https://lore.kernel.org/all/[email protected]/ Suggested-by: Marc Kleine-Budde <[email protected]> Suggested-by: Vincent MAILHOL <[email protected]> Signed-off-by: Frank Jungclaus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 299a557 commit 1336ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/can/usb/esd_usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ static int esd_usb_2_set_bittiming(struct net_device *netdev)
955955
msg->setbaud.rsvd = 0;
956956
msg->setbaud.baud = cpu_to_le32(canbtr);
957957

958-
netdev_info(netdev, "setting BTR=%#x\n", canbtr);
958+
netdev_dbg(netdev, "setting BTR=%#x\n", canbtr);
959959

960960
err = esd_usb_send_msg(priv->usb, msg);
961961

0 commit comments

Comments
 (0)