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

In the patch

    7450b35b4dc4 ("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: 7450b35b4dc4 ("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