From: Dan Carpenter Date: Tue, 6 Apr 2010 21:34:50 +0000 (-0700) Subject: mxser: spin_lock() => spin_lock_irq() X-Git-Tag: v2.6.34-rc4~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6eb69acfdfe258b4a3f69fa5ced8928bbebdba9;p=pandora-kernel.git mxser: spin_lock() => spin_lock_irq() This should be spin_lock_irq() to match the spin_unlock_irq(). Originally it was a lock_kernel() but we switched everything to spin_lock_irq() last November. [akpm@linux-foundation.org: fix the MOXA_ASPP_MON case too (per Jiri)] Signed-off-by: Dan Carpenter Cc: Jiri Slaby Cc: Alan Cox Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed