Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
twl4030-irq.c: fix compiler warning due to raw-spinlock conversion
Commit 239007b ("genirq: Convert irq_desc.lock to raw_spinlock") seems to have missed this driver, leaving it to use the normal spin-lock functions for the irq descriptor lock, which is now a raw lock. Reported-and-compile-tested-by: Stephen Rothwell <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information