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)
commit499aa923c56769274f81e60414b8de4912864b8d
treec68522561acf50aaef743de505cbc851f85ba0fc
parent8a68cc0d690c9e5730d676b764c6f059343b842c
can: flexcan: flexcan_setup_stop_mode(): add missing "req_bit" to stop mode property comment

In the patch

    d9b081e3fc4b ("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: d9b081e3fc4b ("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