Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293023
b: refs/heads/master
c: a692b0e
h: refs/heads/master
i:
  293021: 23dc845
  293019: 0e0e30e
  293015: fd5c2c7
  293007: 6de19a4
  292991: 916ef95
v: v3
  • Loading branch information
Dan Williams authored and James Bottomley committed Feb 29, 2012
1 parent e6e0aa4 commit dbb5886
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: d214d81e883b6fc6f11cc772ff88585565d45cce
refs/heads/master: a692b0eec5efae382dfa800e8b4b083f172921a7
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libsas/sas_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static void sas_form_port(struct asd_sas_phy *phy)
spin_unlock_irqrestore(&sas_ha->phy_port_lock, flags);

if (!port->port) {
port->port = sas_port_alloc(phy->phy->dev.parent, port->id);
port->port = sas_port_alloc(phy->phy->dev.parent, phy->id);
BUG_ON(!port->port);
sas_port_add(port->port);
}
Expand Down

0 comments on commit dbb5886

Please sign in to comment.