Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29209
b: refs/heads/master
c: 96072e6
h: refs/heads/master
i:
  29207: 9a93030
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Apr 1, 2006
1 parent bf6aa1d commit f397cde
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5bbc53f4cfd28bf1d0e476ed23bc3a094eff718a
refs/heads/master: 96072e699be08af8e7c33c56759582ea89088a02
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1349,13 +1349,13 @@ static int ata_dev_configure(struct ata_port *ap, struct ata_device *dev,
* PCI/etc. bus probe sem.
*
* RETURNS:
* Zero on success, non-zero on error.
* Zero on success, negative errno otherwise.
*/

static int ata_bus_probe(struct ata_port *ap)
{
unsigned int classes[ATA_MAX_DEVICES];
unsigned int i, rc, found = 0;
int i, rc, found = 0;

ata_port_probe(ap);

Expand Down Expand Up @@ -1421,7 +1421,7 @@ static int ata_bus_probe(struct ata_port *ap)

err_out_disable:
ap->ops->port_disable(ap);
return -1;
return -ENODEV;
}

/**
Expand Down

0 comments on commit f397cde

Please sign in to comment.