]> www.infradead.org Git - users/jedix/linux-maple.git/commit
can: m_can: Remove coalesing disable in isr during suspend
authorMarkus Schneider-Pargmann <msp@baylibre.com>
Mon, 5 Aug 2024 18:30:42 +0000 (20:30 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 6 Aug 2024 07:25:29 +0000 (09:25 +0200)
commit6eff1cead75ff330bb33264424c1da6cc7179ab8
treeee1daa9066929c94dfc6ff8cf164b89230d6faa5
parenta651261ac74298535f6d6316ebe27beceb6b17b1
can: m_can: Remove coalesing disable in isr during suspend

We don't need to disable coalescing when the interrupt handler executes
while the chip is suspended. The coalescing is already reset during
suspend.

Fixes: 07f25091ca02 ("can: m_can: Implement receive coalescing")
Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
Link: https://lore.kernel.org/all/20240805183047.305630-3-msp@baylibre.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/m_can/m_can.c