From b4482a4b2e2ff5ed96d8d16d72e83e75064062c5 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 14 Oct 2007 19:35:40 +0100 Subject: more trivial signedness fixes in drivers Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- drivers/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/pci/pci.c') diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 728b3c863d8..71d561fda0a 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -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); -- cgit v1.2.3