mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
can: j1939: j1939_session_tx_eoma(): fix debug info
Use "%s" instead of "%p" to print function name in debug info. Signed-off-by: Zhang Changzhong <zhangchangzhong@huawei.com> Acked-by: Oleksij Rempel <o.rempel@pengutronix.de> Link: https://lore.kernel.org/all/1664520728-4644-1-git-send-email-zhangchangzhong@huawei.com Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
85700ac19a
commit
de1deb1569
@ -985,7 +985,7 @@ static int j1939_session_tx_eoma(struct j1939_session *session)
|
||||
/* wait for the EOMA packet to come in */
|
||||
j1939_tp_set_rxtimeout(session, 1250);
|
||||
|
||||
netdev_dbg(session->priv->ndev, "%p: 0x%p\n", __func__, session);
|
||||
netdev_dbg(session->priv->ndev, "%s: 0x%p\n", __func__, session);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user