Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363323
b: refs/heads/master
c: 20d403e
h: refs/heads/master
i:
  363321: e9e0d42
  363319: 7770dce
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 41c7300 commit e81283c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 6d1b80fd886937ad4d6169ffa78cb0075eebce53
refs/heads/master: 20d403e801272b84e033b8f17d3e45c4f66507c7
7 changes: 4 additions & 3 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -3643,11 +3643,12 @@ static u32 slic_card_locate(struct adapter *adapter)

while (physcard) {
for (i = 0; i < SLIC_MAX_PORTS; i++) {
if (!physcard->adapter[i])
continue;
else
if (physcard->adapter[i])
break;
}
if (i == SLIC_MAX_PORTS)
break;

if (physcard->adapter[i]->slotnumber == adapter->slotnumber)
break;
physcard = physcard->next;
Expand Down

0 comments on commit e81283c

Please sign in to comment.