On Tue, Jul 30, 2013 at 07:35:35PM +0200, Emil Goode wrote: > 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. Applied, thanks.