commit | 58b25a63a18e88052c8f5f068e68feaac4c6831d | [log] [tgz] |
---|---|---|
author | Dongxiao Xu <dongxiao.xu@intel.com> | Sun May 31 14:43:46 2009 +0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jun 19 11:00:55 2009 -0700 |
tree | 2bbc1f6b704fd76d3a3f5abe47dd71f6bf6bf44f | |
parent | 72abd2288318a35fbf225b93a31d4623e3b8c872 [diff] |
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>