summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_wlan.h
diff options
context:
space:
mode:
authorSergio Paracuellos2018-03-20 15:36:43 +0100
committerGreg Kroah-Hartman2018-03-22 18:20:54 +0100
commit31ce0d861cd1053b3950cf405c73f32ca9ed73ea (patch)
treecb2a941c15e0de3b4c911015b045b789bbc0fc07 /drivers/staging/ks7010/ks_wlan.h
parentstaging: lustre: lnet: use correct 'magic' test (diff)
downloadkernel-qcow2-linux-31ce0d861cd1053b3950cf405c73f32ca9ed73ea.tar.gz
kernel-qcow2-linux-31ce0d861cd1053b3950cf405c73f32ca9ed73ea.tar.xz
kernel-qcow2-linux-31ce0d861cd1053b3950cf405c73f32ca9ed73ea.zip
staging: ks7010: replace KS_WLAN_DEBUG with DEBUG preprocessor directive
This commit replaces custom KS_WLAN_DEBUG which is not being used anymore in favour of DEBUG which is the one included when debugging is enabled. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ks7010/ks_wlan.h')
-rw-r--r--drivers/staging/ks7010/ks_wlan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ks7010/ks_wlan.h b/drivers/staging/ks7010/ks_wlan.h
index 4fff7f7ebf1d..6bad88d287fd 100644
--- a/drivers/staging/ks7010/ks_wlan.h
+++ b/drivers/staging/ks7010/ks_wlan.h
@@ -192,7 +192,7 @@ struct sme_info {
int event_buff[SME_EVENT_BUFF_SIZE];
unsigned int qhead;
unsigned int qtail;
-#ifdef KS_WLAN_DEBUG
+#ifdef DEBUG
/* for debug */
unsigned int max_event_count;
#endif