Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201322
b: refs/heads/master
c: 5447080
h: refs/heads/master
v: v3
  • Loading branch information
Breno Leitao authored and David S. Miller committed Jul 26, 2010
1 parent 95cd79c commit 3e96f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a9ad99a612763803b995ce551ca43b20beb1f888
refs/heads/master: 5447080cfa3c77154498dfbf225367ac85b4c2b5
2 changes: 1 addition & 1 deletion trunk/drivers/net/s2io.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static int debug_level = ERR_DBG;

/* DEBUG message print. */
#define DBG_PRINT(dbg_level, fmt, args...) do { \
if (dbg_level >= debug_level) \
if (dbg_level <= debug_level) \
pr_info(fmt, ##args); \
} while (0)

Expand Down

0 comments on commit 3e96f5c

Please sign in to comment.