[PA-RISC] Remove warning from pci.c
authorMatthew Wilcox <matthew@wil.cx>
Wed, 4 Oct 2006 19:27:45 +0000 (13:27 -0600)
committerMatthew Wilcox <willy@hera.kernel.org>
Thu, 5 Oct 2006 01:48:18 +0000 (01:48 +0000)
commitccd6c355e89a21d9047ae19471629758d3a01959
tree3e5a2622bc36bf896e6aaf577aca72a15f51e519
parent15c130c1cde38da528f82efce882e8d7632f4d91
[PA-RISC] Remove warning from pci.c

max() doesn't like comparing an unsigned long and a resource_size_t,
so make the local variables resource_size_t too.

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
arch/parisc/kernel/pci.c