Re: [PATCH 2.6.25-rc6-git2] drm: fix printk format warning

2008-03-24 Thread Randy Dunlap
ping. On Tue, 18 Mar 2008 14:14:11 -0700 Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Fix gcc printk format warning: > drivers/char/drm/ati_pcigart.c:125: warning: format '%08X' expects type > 'unsigned int', but argument 3 has type 'dma_addr_t' > > but doesn't the %08 lea

[PATCH 2.6.25-rc6-git2] drm: fix printk format warning

2008-03-19 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix gcc printk format warning: drivers/char/drm/ati_pcigart.c:125: warning: format '%08X' expects type 'unsigned int', but argument 3 has type 'dma_addr_t' but doesn't the %08 leave room for truncation? Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> ---