Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271080
b: refs/heads/master
c: 983d3fd
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Skirvin authored and James Bottomley committed Oct 2, 2011
1 parent a3aabbd commit ffb95e7
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: 54b5e3a4bfa3452bc10cd4da672099ccc46b8c09
refs/heads/master: 983d3fdd332742167d0482c06fd29cf4b8a687c0
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/isci/port_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ static void apc_agent_timeout(unsigned long data)
configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask;

if (!configure_phy_mask)
return;
goto done;

for (index = 0; index < SCI_MAX_PHYS; index++) {
if ((configure_phy_mask & (1 << index)) == 0)
Expand Down

0 comments on commit ffb95e7

Please sign in to comment.