Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218601
b: refs/heads/master
c: 2d4da0f
h: refs/heads/master
i:
  218599: ab20db6
v: v3
  • Loading branch information
Alexandre Bounine authored and Linus Torvalds committed Oct 28, 2010
1 parent f27c88f commit 01a630b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 388c45ccfaeec68e334ad79edeb0b5b0a43197ff
refs/heads/master: 2d4da0fc0940625d59f014c3f85370f9b60ba7f4
3 changes: 2 additions & 1 deletion trunk/drivers/rapidio/switches/tsi57x.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ tsi57x_em_init(struct rio_dev *rdev)

pr_debug("TSI578 %s [%d:%d]\n", __func__, destid, hopcount);

for (portnum = 0; portnum < 16; portnum++) {
for (portnum = 0;
portnum < RIO_GET_TOTAL_PORTS(rdev->swpinfo); portnum++) {
/* Make sure that Port-Writes are enabled (for all ports) */
rio_mport_read_config_32(mport, destid, hopcount,
TSI578_SP_MODE(portnum), &regval);
Expand Down

0 comments on commit 01a630b

Please sign in to comment.