On Wed, Jul 31, 2013 at 10:16:59AM +0200, walter harms wrote: > > > Am 30.07.2013 19:35, schrieb Emil Goode: > > This patch fixes the following sparse warnings. > > dma_addr_t can be either u32 or u64 so we should cast to the > > largest type and use the format specifier %llx. > > > > drivers/spi/spi-atmel.c: In function ‘atmel_spi_next_xfer_dma_submit’: > > drivers/spi/spi-atmel.c:631:2: warning: > > format ‘%x’ expects argument of type ‘unsigned int’, > > but argument 7 has type ‘dma_addr_t’ [-Wformat] > > maybe a %p is better here? > No, that doesn't work for dma_addr_t. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html