Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73055
b: refs/heads/master
c: 03116d6
h: refs/heads/master
i:
  73053: c97c669
  73051: ac0e378
  73047: 7281063
  73039: 656f31f
  73023: 120930f
v: v3
  • Loading branch information
Mikael Pettersson authored and Jeff Garzik committed Nov 3, 2007
1 parent ef7f8b7 commit 02b9569
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: 48166fd9b065005ece8ceae594c1c50b3d955a80
refs/heads/master: 03116d67e0973bb493fe9307e28973a24a272bcc
2 changes: 1 addition & 1 deletion trunk/drivers/ata/sata_promise.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ static void pdc_fill_sg(struct ata_queued_cmd *qc)
VPRINTK("Splitting last PRD.\n");

addr = le32_to_cpu(ap->prd[idx - 1].addr);
ap->prd[idx - 1].flags_len -= cpu_to_le32(SG_COUNT_ASIC_BUG);
ap->prd[idx - 1].flags_len = cpu_to_le32(len - SG_COUNT_ASIC_BUG);
VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx - 1, addr, SG_COUNT_ASIC_BUG);

addr = addr + len - SG_COUNT_ASIC_BUG;
Expand Down

0 comments on commit 02b9569

Please sign in to comment.