From: Helge Deller Date: Sun, 2 Aug 2009 13:42:39 +0000 (+0200) Subject: parisc: hppb.c - fix printk format strings X-Git-Tag: v2.6.31-rc6~72^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae5a39f34d52c46ca49edfc3f297656a0fd60b7;p=pandora-kernel.git parisc: hppb.c - fix printk format strings Fix those warnings: drivers/parisc/hppb.c: In function 'hppb_probe': drivers/parisc/hppb.c:65: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'resource_size_t' drivers/parisc/hppb.c:77: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'resource_size_t' drivers/parisc/hppb.c:77: warning: format '%08x' expects type 'unsigned int', but argument 4 has type 'resource_size_t' Signed-off-by: Helge Deller --- Reading git-diff-tree failed