]> git.baikalelectronics.ru Git - kernel.git/commit
can: flexcan: flexcan_chip_start(): adjust comment to match the code
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 17 Aug 2018 12:52:58 +0000 (14:52 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 28 Nov 2018 15:51:43 +0000 (16:51 +0100)
commit450d972134405e3c2f3ef8b55f78a224d6ae1fab
treefe45c3fc730a3f211ddaebd06ccfea575c3efb94
parent304972d01945f8cd545c7e9e0a8eb8cc9f80ca35
can: flexcan: flexcan_chip_start(): adjust comment to match the code

With the conversion of the flexcan driver to support both timestamp and
FIFO mode the setup of the MCR register ("enable fifo") has been moved.

This patch moves the comment too, in order to match the code again.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/flexcan.c