Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178081
b: refs/heads/master
c: 9a8fd68
h: refs/heads/master
i:
  178079: 587488e
v: v3
  • Loading branch information
Robert Hancock authored and Jeff Garzik committed Dec 17, 2009
1 parent 21de370 commit 21083cf
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: b2dec48ccaad004fc706352f82725d43369d9bd7
refs/heads/master: 9a8fd68b15e7b047678a651b7f7e2f3dcd19d20d
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-sff.c
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,7 @@ void ata_sff_drain_fifo(struct ata_queued_cmd *qc)
ap = qc->ap;
/* Drain up to 64K of data before we give up this recovery method */
for (count = 0; (ap->ops->sff_check_status(ap) & ATA_DRQ)
&& count < 32768; count++)
&& count < 65536; count += 2)
ioread16(ap->ioaddr.data_addr);

/* Can become DEBUG later */
Expand Down

0 comments on commit 21083cf

Please sign in to comment.