From: Dongxiao Xu Date: Sun, 31 May 2009 06:43:46 +0000 (+0800) Subject: Staging: heci: fix softirq safe to unsafe spinlock issue X-Git-Tag: v2.6.31-rc1~105^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b25a63a18e88052c8f5f068e68feaac4c6831d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed