Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56743
b: refs/heads/master
c: 23c15c2
h: refs/heads/master
i:
  56741: 1d72885
  56739: a8b3614
  56735: cd392b4
v: v3
  • Loading branch information
Roland Dreier committed May 19, 2007
1 parent 9e7e316 commit 2fb98b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 65adfa911a3522c1e40e55afd472dd571dc2431b
refs/heads/master: 23c15c21d34a4b4b4d7b9a95ce498991c5339c77
2 changes: 1 addition & 1 deletion trunk/drivers/net/mlx4/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static void dump_dev_cap_flags(struct mlx4_dev *dev, u32 flags)
int i;

mlx4_dbg(dev, "DEV_CAP flags:\n");
for (i = 0; i < 32; ++i)
for (i = 0; i < ARRAY_SIZE(fname); ++i)
if (fname[i] && (flags & (1 << i)))
mlx4_dbg(dev, " %s\n", fname[i]);
}
Expand Down

0 comments on commit 2fb98b5

Please sign in to comment.