linux/kernel/irq
Dan Carpenter 1c389795c1 genirq: Fix incorrect unlock in __setup_irq()
goto out_thread is called before we take the lock. It causes a gcc
warning: "kernel/irq/manage.c:858: warning: ‘flags’ may be used
uninitialized in this function"

[ tglx: Moved unlock before free_cpumask_var() ]

Signed-off-by: Dan Carpenter <error27@gmail.com>
LKML-Reference: <20110317114307.GJ2008@bicker>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2011-03-17 15:52:30 +01:00
..
Kconfig genirq: Add comments to Kconfig switches 2011-03-08 19:52:55 +01:00
Makefile
autoprobe.c
chip.c
compat.h
debug.h
devres.c
dummychip.c
handle.c
internals.h
irqdesc.c
manage.c genirq: Fix incorrect unlock in __setup_irq() 2011-03-17 15:52:30 +01:00
migration.c
pm.c genirq: Add chip flag to force mask on suspend 2011-03-12 11:12:58 +01:00
proc.c genirq: show_interrupts: Check desc->name before printing it blindly 2011-03-17 15:52:19 +01:00
resend.c
settings.h
spurious.c