From: Mayank Rana Date: Thu, 8 Dec 2011 03:36:09 +0000 (+0530) Subject: msm_serial_hs: Fix spinlock recursion in handling CTS X-Git-Tag: v3.3-rc1~154^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee815f3a76a0d874bd29635366af572fb6ebe535;p=pandora-kernel.git msm_serial_hs: Fix spinlock recursion in handling CTS 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed