]> git.baikalelectronics.ru Git - kernel.git/commit
can: flexcan: flexcan_setup_stop_mode(): add missing "req_bit" to stop mode property...
authorMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 14 Oct 2020 11:41:36 +0000 (13:41 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Sun, 15 Nov 2020 17:24:35 +0000 (18:24 +0100)
commitebbddea769f92907bbc4118fc3e2bcd7aeea1f39
treec68522561acf50aaef743de505cbc851f85ba0fc
parent11b01343221fc593e693cecd9c82e12bb0dc2784
can: flexcan: flexcan_setup_stop_mode(): add missing "req_bit" to stop mode property comment

In the patch

    6540effb8369 ("can: flexcan: remove ack_grp and ack_bit handling from driver")

the unused ack_grp and ack_bit were removed from the driver. However in the
comment, the "req_bit" was accidentally removed, too.

This patch adds back the "req_bit" bit.

Fixes: 6540effb8369 ("can: flexcan: remove ack_grp and ack_bit handling from driver")
Reported-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Link: http://lore.kernel.org/r/20201014114810.2911135-1-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/flexcan.c