Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46486
b: refs/heads/master
c: bf3cea4
h: refs/heads/master
v: v3
  • Loading branch information
Auke Kok authored and Jeff Garzik committed Feb 5, 2007
1 parent ecd77fb commit a335303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9990fa3cbd35046cce1eb4667bb2e33057c5ca1a
refs/heads/master: bf3cea4d8a1a8deb21d247a0622f1aa54270e0f9
4 changes: 1 addition & 3 deletions trunk/drivers/net/e1000/e1000_osdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ typedef enum {
TRUE = 1
} boolean_t;

#define MSGOUT(S, A, B) printk(KERN_DEBUG S "\n", A, B)

#ifdef DBG
#define DEBUGOUT(S) printk(KERN_DEBUG S "\n")
#define DEBUGOUT1(S, A...) printk(KERN_DEBUG S "\n", A)
Expand All @@ -58,7 +56,7 @@ typedef enum {
#define DEBUGOUT1(S, A...)
#endif

#define DEBUGFUNC(F) DEBUGOUT(F)
#define DEBUGFUNC(F) DEBUGOUT(F "\n")
#define DEBUGOUT2 DEBUGOUT1
#define DEBUGOUT3 DEBUGOUT2
#define DEBUGOUT7 DEBUGOUT3
Expand Down

0 comments on commit a335303

Please sign in to comment.