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)
commitc982a3ca49e330aeb5d8b8446e7bc60c9191080d
treefe45c3fc730a3f211ddaebd06ccfea575c3efb94
parent22233f7bf2c99ef52ec19d30876a12d2f725972e
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