Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126651
b: refs/heads/master
c: 1352b4b
h: refs/heads/master
i:
  126649: 378d413
  126647: 9906265
v: v3
  • Loading branch information
J.R. Mauro authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent 027fe60 commit 03b6508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bb9eacccf63bd3ab5474c47abe4212f6f3b9d24f
refs/heads/master: 1352b4b07fae399ae5741a9b6f155420e76a2b00
4 changes: 2 additions & 2 deletions trunk/drivers/staging/et131x/et131x_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@
#define DBG_ASSERT(C) \
do { \
if (!(C)) { \
DBG_PRINT("ASSERT(%s) -- %s#%d (%s) ", \
DBG_PRINT("ASSERT(%s) -- %s#%d (%s) ", \
#C, __FILE__, __LINE__, __func__); \
DBG_TRAP; \
}
} \
} while (0)

#define STATIC
Expand Down

0 comments on commit 03b6508

Please sign in to comment.