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

Commit 176c9b39 authored by Joe Perches's avatar Joe Perches Committed by Steve French
Browse files

cifs: Remove unused cEVENT macro



It uses an undefined KERN_EVENT and is itself unused.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Reviewed-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
Signed-off-by: default avatarSteve French <smfrench@gmail.com>
parent 6ee9542a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -63,12 +63,6 @@ do { \
/* debug event message: */
extern int cifsERROR;

#define cEVENT(fmt, arg...)						\
do {									\
	if (cifsERROR)							\
		printk(KERN_EVENT "%s: " fmt "\n", __FILE__, ##arg);	\
} while (0)

/* error event message: e.g., i/o error */
#define cifserror(fmt, arg...)					\
do {								\
@@ -88,7 +82,6 @@ do { \
 */
#else		/* _CIFS_DEBUG */
#define cERROR(set, fmt, arg...)
#define cEVENT(fmt, arg...)
#define cFYI(set, fmt, arg...)
#define cifserror(fmt, arg...)
#endif		/* _CIFS_DEBUG */