Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143683
b: refs/heads/master
c: d5f840b
h: refs/heads/master
i:
  143681: 170c29c
  143679: 8eff933
v: v3
  • Loading branch information
Jack Stone authored and Bartlomiej Zolnierkiewicz committed Apr 18, 2009
1 parent 234dc39 commit 7d2c24f
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: 59c8d04f5ee97ea46da854e9adbbaa45d988c39d
refs/heads/master: d5f840bf74c09ca5a31e518c9d984999926b5f44
2 changes: 1 addition & 1 deletion trunk/drivers/ide/pmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ static int __devinit pmac_ide_init_dma(ide_hwif_t *hwif,
* The +2 is +1 for the stop command and +1 to allow for
* aligning the start address to a multiple of 16 bytes.
*/
pmif->dma_table_cpu = (struct dbdma_cmd*)pci_alloc_consistent(
pmif->dma_table_cpu = pci_alloc_consistent(
dev,
(MAX_DCMDS + 2) * sizeof(struct dbdma_cmd),
&hwif->dmatable_dma);
Expand Down

0 comments on commit 7d2c24f

Please sign in to comment.