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)
commitbf74aa86e111aa3b2fbb25db37e3a3fab71b5b68
tree435e301cd5df88ec612cf73ed7063c29ad541b94
parent9989f6333c58e5068abf65384b05de3847b07ce1
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