libertas: remove obsolete DEBUG4 check

Marcelo Tosatti mtosatti at redhat.unroutablecom
Mon Dec 11 15:18:30 EST 2006


Commit:     bbaacfea6de95aae6173fa5d8ade1bf9fe86df42
Parent:     97cd940968eb775d24343b7a6c311c26729f7f95
commit bbaacfea6de95aae6173fa5d8ade1bf9fe86df42
Author:     Marcelo Tosatti <mtosatti at redhat.com>
AuthorDate: Wed Nov 29 02:02:14 2006 -0200
Commit:     Marcelo Tosatti <mtosatti at redhat.com>
CommitDate: Wed Nov 29 02:02:14 2006 -0200

    libertas: remove obsolete DEBUG4 check
    
    Subject says it all.
    
    Signed-off-by: Marcelo Tosatti <mtosatti at redhat.com>
---
 drivers/net/wireless/libertas/wlan_defs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/libertas/wlan_defs.h b/drivers/net/wireless/libertas/wlan_defs.h
index bf6c113..16296f0 100644
--- a/drivers/net/wireless/libertas/wlan_defs.h
+++ b/drivers/net/wireless/libertas/wlan_defs.h
@@ -115,7 +115,7 @@ #define	ENTER()			dprintk(1, "Enter: %s,
 #define	LEAVE()			dprintk(1, "Leave: %s, %s:%i\n", __FUNCTION__, \
 							__FILE__, __LINE__)
 
-#if defined(DEBUG_LEVEL4) && defined(__KERNEL__)
+#if defined(DEBUG) && defined(__KERNEL__)
 static inline void HEXDUMP(char *prompt, u8 * buf, int len)
 {
 	int i = 0;


More information about the Commits-kernel mailing list