Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29283
b: refs/heads/master
c: f8c2c42
h: refs/heads/master
i:
  29281: 2ecd7db
  29279: b8b5e90
v: v3
  • Loading branch information
Tejun Heo committed May 15, 2006
1 parent e919ac0 commit dfd4040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 6cd727b14f1a6cdcb088d1067c1ba0ba124806a7
refs/heads/master: f8c2c4202d86e14ca03b7adc7ebcb30fc74b24e1
6 changes: 4 additions & 2 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1397,9 +1397,11 @@ static int ata_bus_probe(struct ata_port *ap)
} else {
ap->ops->phy_reset(ap);

if (!(ap->flags & ATA_FLAG_DISABLED))
for (i = 0; i < ATA_MAX_DEVICES; i++)
for (i = 0; i < ATA_MAX_DEVICES; i++) {
if (!(ap->flags & ATA_FLAG_DISABLED))
classes[i] = ap->device[i].class;
ap->device[i].class = ATA_DEV_UNKNOWN;
}

ata_port_probe(ap);
}
Expand Down

0 comments on commit dfd4040

Please sign in to comment.