[PATCH] USB speedtouch: spin_lock_irqsave -> spin_lock_irq in tasklets
Replace spin_lock_irqsave/spin_unlock_irqrestore with spin_lock_irq/spin_unlock_irq in tasklet actions, since these are always called with local irqs enabled.
Showing
Please register or sign in to comment