On Friday, August 22, 2008 11:46 am Johann Felix Soden wrote: > From: Johann Felix Soden <johfel@xxxxxxxxxxxxxxxxxxxxx> > > Fix printk format warnings: > drivers/pci/probe.c: In function 'pci_read_bridge_bases': > drivers/pci/probe.c:386: warning: format '%llx' expects type 'long long > unsigned int', but argument 3 has type 'resource_size_t' > drivers/pci/probe.c:386: warning: format '%llx' expects type 'long long > unsigned int', but argument 4 has type 'resource_size_t' > drivers/pci/probe.c:398: warning: format '%llx' expects type 'long long > unsigned int', but argument 3 has type 'resource_size_t' > drivers/pci/probe.c:398: warning: format '%llx' expects type 'long long > unsigned int', but argument 4 has type 'resource_size_t' > drivers/pci/probe.c:434: warning: format '%llx' expects type 'long long > unsigned int', but argument 4 has type 'resource_size_t' > drivers/pci/probe.c:434: warning: format '%llx' expects type 'long long > unsigned int', but argument 5 has type 'resource_size_t' > > Signed-off-by: Johann Felix Soden <johfel@xxxxxxxxxxxxxxxxxxxxx> I put both of these resource size fixes into my linux-next branch, thanks. Jesse -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html