Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47756
b: refs/heads/master
c: 3b6e9fa
h: refs/heads/master
v: v3
  • Loading branch information
Darrick J. Wong authored and James Bottomley committed Jan 27, 2007
1 parent adfda8d commit ceebdad
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: a5364c5a311f73eade88f37bf5b614797ce30ec9
refs/heads/master: 3b6e9fafc40e36f50f0bd0f1ee758eecd79f1098
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 @@ -46,7 +46,7 @@ static void sas_form_port(struct asd_sas_phy *phy)

if (port) {
if (memcmp(port->attached_sas_addr, phy->attached_sas_addr,
SAS_ADDR_SIZE) == 0)
SAS_ADDR_SIZE) != 0)
sas_deform_port(phy);
else {
SAS_DPRINTK("%s: phy%d belongs to port%d already(%d)!\n",
Expand Down

0 comments on commit ceebdad

Please sign in to comment.