diff options
Diffstat (limited to 'drivers/pci/proc.c')
-rw-r--r-- | drivers/pci/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c index cdc7836d7e3d..46d1378f2e9e 100644 --- a/drivers/pci/proc.c +++ b/drivers/pci/proc.c | |||
@@ -222,7 +222,7 @@ static long proc_bus_pci_ioctl(struct file *file, unsigned int cmd, | |||
222 | default: | 222 | default: |
223 | ret = -EINVAL; | 223 | ret = -EINVAL; |
224 | break; | 224 | break; |
225 | }; | 225 | } |
226 | 226 | ||
227 | return ret; | 227 | return ret; |
228 | } | 228 | } |