msm_serial_hs: Fix spinlock recursion in handling CTS
authorMayank Rana <mrana@codeaurora.org>
Thu, 8 Dec 2011 03:36:09 +0000 (09:06 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 10 Dec 2011 03:10:04 +0000 (19:10 -0800)
msm_hs_handle_delta_cts tries to acquire port->lock already acquired
by the callee function msm_hs_isr. Change function name to follow
"_locked" convention.

Signed-off-by: Mayank Rana <mrana@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found