summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_debug.c
diff options
context:
space:
mode:
authorLarry Finger2013-12-20 05:38:34 +0100
committerGreg Kroah-Hartman2013-12-20 17:57:45 +0100
commit7057dcb3afa29499c40ae404a616122fdd196d1b (patch)
tree36aecb92e3a5f7660a6dcb4ba808355799b4ddea /drivers/staging/rtl8188eu/core/rtw_debug.c
parentstaging: r8188eu: Remove pointless thread_exit macro (diff)
downloadkernel-qcow2-linux-7057dcb3afa29499c40ae404a616122fdd196d1b.tar.gz
kernel-qcow2-linux-7057dcb3afa29499c40ae404a616122fdd196d1b.tar.xz
kernel-qcow2-linux-7057dcb3afa29499c40ae404a616122fdd196d1b.zip
staging: r8188eu: Remove wrapper around spin_lock_bh
Some comment lines that mentioned spin_lock_bh() are also removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/core/rtw_debug.c')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_debug.c b/drivers/staging/rtl8188eu/core/rtw_debug.c
index 0fe5f5de54a9..935204871e8a 100644
--- a/drivers/staging/rtl8188eu/core/rtw_debug.c
+++ b/drivers/staging/rtl8188eu/core/rtw_debug.c
@@ -848,7 +848,7 @@ int proc_get_all_sta_info(char *page, char **start,
len += snprintf(page + len, count - len, "sta_dz_bitmap=0x%x, tim_bitmap=0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitmap);
- _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL);
+ spin_lock_bh(&pstapriv->sta_hash_lock);
for (i = 0; i < NUM_STA; i++) {
phead = &(pstapriv->sta_hash[i]);