Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67107
b: refs/heads/master
c: 86dce44
h: refs/heads/master
i:
  67105: 616c965
  67103: 18ef28d
v: v3
  • Loading branch information
Joachim Fenkes authored and Roland Dreier committed Oct 10, 2007
1 parent 0745edd commit 812a314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: e37221928bf685d63ba5319746eafe463d61e330
refs/heads/master: 86dce445e01a50339f8f86c466c64a863e5fd18a
9 changes: 3 additions & 6 deletions trunk/drivers/infiniband/hw/ehca/ehca_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,12 @@ extern int ehca_debug_level;
} while (0)

#define ehca_gen_warn(format, arg...) \
do { \
if (unlikely(ehca_debug_level)) \
printk(KERN_INFO "PU%04x EHCA_WARN:%s " format "\n", \
get_paca()->paca_index, __FUNCTION__, ## arg); \
} while (0)
printk(KERN_INFO "PU%04x EHCA_WARN:%s " format "\n", \
get_paca()->paca_index, __FUNCTION__, ## arg)

#define ehca_gen_err(format, arg...) \
printk(KERN_ERR "PU%04x EHCA_ERR:%s " format "\n", \
get_paca()->paca_index, __FUNCTION__, ## arg)
get_paca()->paca_index, __FUNCTION__, ## arg)

/**
* ehca_dmp - printk a memory block, whose length is n*8 bytes.
Expand Down

0 comments on commit 812a314

Please sign in to comment.