PCI: drivers/pcmcia/i82092.c: fix up after pci_bus_region changes
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 5 Feb 2008 07:35:48 +0000 (23:35 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Feb 2008 23:34:35 +0000 (15:34 -0800)
commitf96ee7a41ed93ce5962961eb07c2afe8cddb6603
tree76ffa24e6be1ff77fdd20b4129d508662c56a77c
parent498fbb5d411fc8f6207c210796c9308bf54a51a5
PCI: drivers/pcmcia/i82092.c: fix up after pci_bus_region changes

drivers/pcmcia/i82092.c: In function 'i82092aa_set_mem_map':
drivers/pcmcia/i82092.c:650: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t'
drivers/pcmcia/i82092.c:650: warning: format '%lx' expects type 'long unsigned int', but argument 4 has type 'resource_size_t'

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pcmcia/i82092.c