]> 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)
commitdacfefe0548c6cf0b3717abda2392493371178af
tree435e301cd5df88ec612cf73ed7063c29ad541b94
parent68d7c04676c57d29d0c365aa3f412f29b0e6dc59
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