Re: aic7xxx driver large integer warning

From: Alan Cox
Date: Mon Dec 06 2004 - 09:38:41 EST


On Llu, 2004-12-06 at 00:23, Miguel Angel Flores wrote:
> drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:229: warning: large integer
> implicitly truncated to unsigned type
> ---

Add (dma_addr_t) casts and it will go away. The compiler just wants to
know you mean it.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/