Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54847
b: refs/heads/master
c: 73b5257
h: refs/heads/master
i:
  54845: 312cf11
  54843: f9ee5f4
  54839: 70b94c7
  54831: 1a785a2
  54815: 1340df0
  54783: 0f9f331
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed May 8, 2007
1 parent 51b6504 commit b6d36de
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9e40210272465e348eb9c2bb5ffe1d11c91bfa19
refs/heads/master: 73b52572ab2eda9ea904d61e82f88c9a0e7aff41
3 changes: 1 addition & 2 deletions trunk/drivers/char/isicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,10 @@
#define InterruptTheCard(base) outw(0, (base) + 0xc)
#define ClearInterrupt(base) inw((base) + 0x0a)

#define pr_dbg(str...) pr_debug("ISICOM: " str)
#ifdef DEBUG
#define pr_dbg(str...) printk(KERN_DEBUG "ISICOM: " str)
#define isicom_paranoia_check(a, b, c) __isicom_paranoia_check((a), (b), (c))
#else
#define pr_dbg(str...) do { } while (0)
#define isicom_paranoia_check(a, b, c) 0
#endif

Expand Down

0 comments on commit b6d36de

Please sign in to comment.