more trivial signedness fixes in drivers

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro
2007-10-14 19:35:40 +01:00
committed by Linus Torvalds
parent 64a6f9500d
commit b4482a4b2e
11 changed files with 14 additions and 12 deletions

View File

@@ -658,7 +658,7 @@ int
pci_restore_state(struct pci_dev *dev)
{
int i;
int val;
u32 val;
/* PCI Express register must be restored first */
pci_restore_pcie_state(dev);