From: Andrew Morton Date: Wed, 9 Nov 2005 05:35:54 +0000 (-0800) Subject: [PATCH] dvb-usb-urb printk fix X-Git-Tag: v2.6.15-rc1~320 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d371d6a04c6b50125e8dbf9a2234cc694f6e3cdf;p=pandora-kernel.git [PATCH] dvb-usb-urb printk fix drivers/media/dvb/dvb-usb/dvb-usb-urb.c: In function `dvb_usb_allocate_stream_buffers': drivers/media/dvb/dvb-usb/dvb-usb-urb.c:199: warning: int format, different type arg (arg 4) Don't assume that dma_addr_t is 32-bit. (dvb has quite a few such warnings. Please compile it with a 64-bit compiler, fix them up - some are oopsable). Cc: Johannes Stezenbach Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed