Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299866
b: refs/heads/master
c: b4698d8
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams authored and James Bottomley committed Apr 23, 2012
1 parent ee7a9b3 commit 6575074
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: 7d1d865181185bdf1316d236b1b4bd02c9020729
refs/heads/master: b4698d88585e23d815506f7f38c48192d944b2eb
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 @@ -123,7 +123,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, phy->id);
port->port = sas_port_alloc(phy->phy->dev.parent, port->id);
BUG_ON(!port->port);
sas_port_add(port->port);
}
Expand Down

0 comments on commit 6575074

Please sign in to comment.