kernel-ark/drivers/staging/heci
Dongxiao Xu 58b25a63a1 Staging: heci: fix softirq safe to unsafe spinlock issue
When spinlock is nested, and the outside one is spin_lock_bh, the inner
spinlock should also be spin_lock_bh, otherwise it will bring softirq-safe
to softirq-unsafe lock conversion.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-19 11:00:55 -07:00
..
heci_data_structures.h Staging: remove unused #include <linux/version.h>'s 2009-06-19 11:00:36 -07:00
heci_init.c Staging: heci: fix some sparse warnings 2009-04-03 14:54:24 -07:00
heci_interface.c
heci_interface.h Staging: remove unused #include <linux/version.h>'s 2009-06-19 11:00:36 -07:00
heci_main.c Staging: heci: fix softirq safe to unsafe spinlock issue 2009-06-19 11:00:55 -07:00
heci_version.h
heci.h Staging: remove unused #include <linux/version.h>'s 2009-06-19 11:00:36 -07:00
interrupt.c Staging: heci: fix softirq safe to unsafe spinlock issue 2009-06-19 11:00:55 -07:00
io_heci.c Staging: heci: fix softirq safe to unsafe spinlock issue 2009-06-19 11:00:55 -07:00
Kconfig
Makefile
TODO Staging: heci: add TODO file 2009-04-03 14:54:24 -07:00