From: Hoang-Nam Nguyen Date: Fri, 19 Jan 2007 21:50:10 +0000 (+0100) Subject: IB/ehca: Fix mismatched spin_unlock in irq handler X-Git-Tag: v2.6.20-rc6~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cea9ea67e9927da18af89b49bd949a8d65ba1b15;p=pandora-kernel.git IB/ehca: Fix mismatched spin_unlock in irq handler The lock is taken with _irqsave and hence must be released with _irqrestore on all paths. Signed-off-by Hoang-Nam Nguyen Signed-off-by: Roland Dreier --- Reading git-diff-tree failed