Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47359
b: refs/heads/master
c: 0feb573
h: refs/heads/master
i:
  47357: 83b3f73
  47355: b175cea
  47351: 2e492a7
  47343: 83e890a
  47327: 7980b78
  47295: dab60b4
  47231: eea2e17
  47103: 4cb2606
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Feb 9, 2007
1 parent adbdb4e commit 1e30470
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: dedf61db4f689b12c448b48426330290f98ed321
refs/heads/master: 0feb573f1588f3204a4558896c73703bc54d1862
2 changes: 0 additions & 2 deletions trunk/drivers/ata/sata_promise.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,6 @@ static void pdc_atapi_pkt(struct ata_queued_cmd *qc)
feature = PDC_FEATURE_ATAPI_PIO;
/* set byte counter register to real transfer byte count */
nbytes = qc->nbytes;
if (!nbytes)
nbytes = qc->nsect << 9;
if (nbytes > 0xffff)
nbytes = 0xffff;
} else {
Expand Down

0 comments on commit 1e30470

Please sign in to comment.