Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23487
b: refs/heads/master
c: fcef978
h: refs/heads/master
i:
  23485: b7423f5
  23483: 1a268c3
  23479: 40ef7b1
  23471: 634de7f
  23455: 0f69cef
  23423: ffd4903
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Mar 24, 2006
1 parent 921b239 commit 7cdac02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 0b8efb0a16a1915c507db5a9b9fb5ede082a68a2
refs/heads/master: fcef978f9d4bd6ec43f89031442ee205987a912a
4 changes: 1 addition & 3 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,8 +1363,6 @@ static int ata_dev_configure(struct ata_port *ap, struct ata_device *dev,
return 0;

err_out_nosup:
printk(KERN_WARNING "ata%u: dev %u not supported, ignoring\n",
ap->id, dev->devno);
DPRINTK("EXIT, err\n");
return rc;
}
Expand Down Expand Up @@ -1431,7 +1429,7 @@ static int ata_bus_probe(struct ata_port *ap)
}

if (ata_dev_configure(ap, dev, 1)) {
dev->class++; /* disable device */
ata_dev_disable(ap, dev);
continue;
}

Expand Down

0 comments on commit 7cdac02

Please sign in to comment.