Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21838
b: refs/heads/master
c: bef4a45
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Feb 11, 2006
1 parent 4e161fe commit e455201
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: beec7dbc6ff003bbc94de62b3323519c878fb2ac
refs/heads/master: bef4a456b8dc8b3638f4d49a25a89e1467da9483
10 changes: 0 additions & 10 deletions trunk/include/linux/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@

#define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args)

#ifdef ATA_NDEBUG
#define assert(expr)
#else
#define assert(expr) \
if(unlikely(!(expr))) { \
printk(KERN_ERR "Assertion failed! %s,%s,%s,line=%d\n", \
#expr,__FILE__,__FUNCTION__,__LINE__); \
}
#endif

/* NEW: debug levels */
#define HAVE_LIBATA_MSG 1

Expand Down

0 comments on commit e455201

Please sign in to comment.