]> git.baikalelectronics.ru Git - kernel.git/commit
can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_tasklet
authorThomas Gleixner <tglx@linutronix.de>
Mon, 12 Aug 2019 12:57:14 +0000 (14:57 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 13 Aug 2019 15:32:20 +0000 (17:32 +0200)
commit6e94e7ddb054469723832048780201a9206afdf2
tree435e301cd5df88ec612cf73ed7063c29ad541b94
parent5af78b2d319f61f00df31af597da22417d115fbb
can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_tasklet

This patch switches the timer to HRTIMER_MODE_SOFT, which executed the
timer callback in softirq context and removes the hrtimer_tasklet.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
net/can/bcm.c