[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49DDC670.4080904@fastmail.fm>
Date: Thu, 09 Apr 2009 10:57:04 +0100
From: Jack Stone <jwjstone@...tmail.fm>
To: linux-kernel@...r.kernel.org
CC: jeff@...zik.org, kernel-janitors@...r.kernel.org,
bzolnier@...il.com
Subject: Re: [PATCH 15/56] ide: Remove void casts
[Added maintainer CC]
Jack Stone wrote:
> Remove uneeded void casts
>
> Signed-Off-By: Jack Stone <jwjstone@...tmail.fm>
> ---
> drivers/ide/pmac.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/ide/pmac.c b/drivers/ide/pmac.c
> index 052b9bf..f76e4e6 100644
> --- a/drivers/ide/pmac.c
> +++ b/drivers/ide/pmac.c
> @@ -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);
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists