ide: Remove void casts
Remove uneeded void casts Signed-off-by: Jack Stone <jwjstone@fastmail.fm> Cc: jeff@garzik.org Cc: kernel-janitors@vger.kernel.org Cc: Jack Stone <jwjstone@fastmail.fm> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
committed by
Bartlomiej Zolnierkiewicz
parent
59c8d04f5e
commit
d5f840bf74
+1
-1
@@ -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
|
* The +2 is +1 for the stop command and +1 to allow for
|
||||||
* aligning the start address to a multiple of 16 bytes.
|
* 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,
|
dev,
|
||||||
(MAX_DCMDS + 2) * sizeof(struct dbdma_cmd),
|
(MAX_DCMDS + 2) * sizeof(struct dbdma_cmd),
|
||||||
&hwif->dmatable_dma);
|
&hwif->dmatable_dma);
|
||||||
|
|||||||
Reference in New Issue
Block a user