summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_debug.c
diff options
context:
space:
mode:
authorLarry Finger2013-12-20 05:38:35 +0100
committerGreg Kroah-Hartman2013-12-20 17:57:45 +0100
commite02bcf6126fa59914ca3705183444fdc867b984b (patch)
tree0691ffa2abc697d532d0efe356442de892f2e05a /drivers/staging/rtl8188eu/core/rtw_debug.c
parentstaging: r8188eu: Remove wrapper around spin_lock_bh (diff)
downloadkernel-qcow2-linux-e02bcf6126fa59914ca3705183444fdc867b984b.tar.gz
kernel-qcow2-linux-e02bcf6126fa59914ca3705183444fdc867b984b.tar.xz
kernel-qcow2-linux-e02bcf6126fa59914ca3705183444fdc867b984b.zip
staging: r8188eu: Remove wrapper around spin_unlock_bh
With this change, a number of variables for storing flags are no longer used. 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 935204871e8a..8a1988e5fb1e 100644
--- a/drivers/staging/rtl8188eu/core/rtw_debug.c
+++ b/drivers/staging/rtl8188eu/core/rtw_debug.c
@@ -882,7 +882,7 @@ int proc_get_all_sta_info(char *page, char **start,
}
}
}
- _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL);
+ spin_unlock_bh(&pstapriv->sta_hash_lock);
*eof = 1;
return len;