summaryrefslogtreecommitdiffstats
path: root/drivers/pci/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/syscall.c')
-rw-r--r--drivers/pci/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/syscall.c b/drivers/pci/syscall.c
index e1c1ec540893..24750a1b39b6 100644
--- a/drivers/pci/syscall.c
+++ b/drivers/pci/syscall.c
@@ -44,7 +44,7 @@ SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn,
44 default: 44 default:
45 err = -EINVAL; 45 err = -EINVAL;
46 goto error; 46 goto error;
47 }; 47 }
48 48
49 err = -EIO; 49 err = -EIO;
50 if (cfg_ret != PCIBIOS_SUCCESSFUL) 50 if (cfg_ret != PCIBIOS_SUCCESSFUL)