Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cd43f0c authored by Alfonso Lima Astor's avatar Alfonso Lima Astor Committed by Greg Kroah-Hartman
Browse files

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: default avatarAlfonso Lima Astor <alfonsolimaastor@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bbc2a2df
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -58,12 +58,6 @@
#define OID_MP_SEG3		0xFF818700
#define OID_MP_SEG3		0xFF818700
#define OID_MP_SEG4		0xFF011100
#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 {
enum oid_type {
	QUERY_OID,
	QUERY_OID,
	SET_OID
	SET_OID