summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorAlfonso Lima Astor <alfonsolimaastor@gmail.com>2017-03-29 20:20:32 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-08 12:58:29 +0200
commit6cd43f0ca09425792819002dbdd812e734457a09 (patch)
tree1c9bd128765758fe08d7e94b3180ff343c525f79 /drivers/staging/rtl8188eu
parentbbc2a2df92472eba0c5fddeea4a13134e72fefce (diff)
downloadlinux-0-day-6cd43f0ca09425792819002dbdd812e734457a09.tar.gz
linux-0-day-6cd43f0ca09425792819002dbdd812e734457a09.tar.xz
staging: rtl8188eu: Macros with complex values should be enclosed in parentheses
This macro is not used and also had a style error. I have run grep and compiled the module to be sure. Signed-off-by: Alfonso Lima Astor <alfonsolimaastor@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_ioctl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_ioctl.h b/drivers/staging/rtl8188eu/include/rtw_ioctl.h
index a6b1c854a0612..0fa78ed2c1abf 100644
--- a/drivers/staging/rtl8188eu/include/rtw_ioctl.h
+++ b/drivers/staging/rtl8188eu/include/rtw_ioctl.h
@@ -58,12 +58,6 @@
#define OID_MP_SEG3 0xFF818700
#define OID_MP_SEG4 0xFF011100
-#define DEBUG_OID(dbg, str) \
- if ((!dbg)) { \
- RT_TRACE(_module_rtl871x_ioctl_c_, _drv_info_, \
- ("%s(%d): %s", __func__, __line__, str)); \
- }
-
enum oid_type {
QUERY_OID,
SET_OID