diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c index c7394361afcb1c7a0d8ff5a5eb2c1416679c6f1e..f1497b1fcf2e738b81264307470daa7ef536f7e9 100644 --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c @@ -2764,6 +2764,7 @@ static int ohci_stop_iso(struct fw_iso_context *base) } flush_writes(ohci); context_stop(&ctx->context); + tasklet_kill(&ctx->context.tasklet); return 0; }