Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96171
b: refs/heads/master
c: 5f51efc
h: refs/heads/master
i:
  96169: dc74bbf
  96167: 058a20f
v: v3
  • Loading branch information
Michael Albaugh authored and Roland Dreier committed May 7, 2008
1 parent 53e0a5e commit 3bac3af
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 273748cc908a901d082b4da5a16b2541c9d78a02
refs/heads/master: 5f51efc195dfb860c60fafb4e47fe4b7cad2626d
5 changes: 3 additions & 2 deletions trunk/drivers/infiniband/hw/ipath/ipath_iba7220.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,9 @@ static int ipath_7220_boardname(struct ipath_devdata *dd, char *name,
"revision %u.%u!\n",
dd->ipath_majrev, dd->ipath_minrev);
ret = 1;
} else if (dd->ipath_minrev == 1) {
/* Rev1 chips are prototype. Complain, but allow use */
} else if (dd->ipath_minrev == 1 &&
!(dd->ipath_flags & IPATH_INITTED)) {
/* Rev1 chips are prototype. Complain at init, but allow use */
ipath_dev_err(dd, "Unsupported hardware "
"revision %u.%u, Contact support@qlogic.com\n",
dd->ipath_majrev, dd->ipath_minrev);
Expand Down

0 comments on commit 3bac3af

Please sign in to comment.