HSU: Use spin_lock/unlock variant in ISR.
authorFei Yang <fei.yang@intel.com>
Fri, 13 Jan 2012 18:49:00 +0000 (10:49 -0800)
committerbuildbot <buildbot@intel.com>
Thu, 19 Jan 2012 04:24:19 +0000 (20:24 -0800)
commit7112bc61ff9a76b9afeabe6540c772a405d3ac1f
treeb0a58947c79e0d104f144d959fc761dbcf701ac0
parente5ff665348dd0933009d6083d634296ea987531d
HSU: Use spin_lock/unlock variant in ISR.

BZ: 19018

Kernel is expecting to execute ISRs with interrupt disabled,
using spin_lock/unlock_irq variant in ISR would cause interrupt to
be enabled, thus causing a kernel warning.

Change-Id: I7efe94dc704cdcb3042a3c2524520a8b1d4550d8
Signed-off-by: Fei Yang <fei.yang@intel.com>
Reviewed-on: http://android.intel.com:8080/31925
Reviewed-by: Kuppuswamy, Sathyanarayanan <sathyanarayanan.kuppuswamy@intel.com>
Reviewed-by: Mansoor, Illyas <illyas.mansoor@intel.com>
Reviewed-by: Du, Alek <alek.du@intel.com>
Tested-by: Wang, Zhifeng <zhifeng.wang@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
drivers/tty/serial/mfd.c