commit | f96f7f7f39af53274d98aa9c29d6fa4d122218a4 | [log] [tgz] |
---|---|---|
author | xiaojin <jin.xiao@intel.com> | Wed Dec 19 11:53:43 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 15 21:54:41 2013 -0800 |
tree | 072676b629e4ac854d41562e09c5667d3edf1c1c | |
parent | 5425e03f97d1e5847372aae0b895d8d1c9bf2741 [diff] |
n_gsm.c: add tx_lock in gsm_send All the call to gsm->output should be in the tx_lock, that could avoid potential race from MUX level. But we have no tx_lock in gsm_send. This patch is to add tx_lock in gsm_send. Signed-off-by: xiaojin <jin.xiao@intel.com> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>