Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141101
b: refs/heads/master
c: 8665b18
h: refs/heads/master
i:
  141099: d7bf73b
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 144cf1f commit b889ac9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: 4bee4f60344a880e7174a38051f6dede4f528b47
refs/heads/master: 8665b184749dbb3b55313e60e27ff93296f95d18
14 changes: 0 additions & 14 deletions trunk/drivers/staging/slicoss/slicdbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,10 @@
} \
}
#endif
#ifndef ASSERTMSG
#define ASSERTMSG(a,msg) \
{ \
if (!(a)) { \
printk(KERN_ERR "ASSERT() Failure: file %s, function %s" \
"line %d: %s\n",\
__FILE__, __func__, __LINE__, (msg)); \
slic_assert_fail(); \
} \
}
#endif
#else
#ifndef ASSERT
#define ASSERT(a)
#endif
#ifndef ASSERTMSG
#define ASSERTMSG(a, msg)
#endif
#endif /* SLIC_ASSERT_ENABLED */

#endif /* _SLIC_DEBUG_H_ */

0 comments on commit b889ac9

Please sign in to comment.