https://github.com/torvalds/linux
Revision cd6e125c58ae1561bedb6ea6f70b00d6c2599d62 authored by Linus Torvalds on 01 January 2010, 01:26:05 UTC, committed by Linus Torvalds on 01 January 2010, 01:26:05 UTC
Commit 239007b844 ("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 <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent df9d1e8
History
Tip revision: cd6e125c58ae1561bedb6ea6f70b00d6c2599d62 authored by Linus Torvalds on 01 January 2010, 01:26:05 UTC
twl4030-irq.c: fix compiler warning due to raw-spinlock conversion
Tip revision: cd6e125
File Mode Size
Kconfig -rw-r--r-- 39.5 KB
Makefile -rw-r--r-- 1.0 KB
calibrate.c -rw-r--r-- 5.1 KB
do_mounts.c -rw-r--r-- 9.3 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.2 KB
do_mounts_md.c -rw-r--r-- 7.9 KB
do_mounts_rd.c -rw-r--r-- 8.0 KB
initramfs.c -rw-r--r-- 12.6 KB
main.c -rw-r--r-- 21.1 KB
noinitramfs.c -rw-r--r-- 1.4 KB
version.c -rw-r--r-- 1.1 KB

back to top