Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24788
b: refs/heads/master
c: 298a41c
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Mar 25, 2006
1 parent 1e96e4e commit 9fc1216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: aec5c3c1a929d7d79a420e943285cf3ba26a7c0d
refs/heads/master: 298a41ca41b4c933adc7b5a56a0adb0e1df2e556
9 changes: 4 additions & 5 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2008,13 +2008,12 @@ static unsigned int ata_bus_softreset(struct ata_port *ap,
*/
msleep(150);


/* Before we perform post reset processing we want to see if
the bus shows 0xFF because the odd clown forgets the D7 pulldown
resistor */

* the bus shows 0xFF because the odd clown forgets the D7
* pulldown resistor.
*/
if (ata_check_status(ap) == 0xFF)
return 1; /* Positive is failure for some reason */
return AC_ERR_OTHER;

ata_bus_post_reset(ap, devmask);

Expand Down

0 comments on commit 9fc1216

Please sign in to comment.