diff options
Diffstat (limited to 'drivers/pci/iov.c')
-rw-r--r-- | drivers/pci/iov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c index 21a7182dccd4..1fe2d6fb19d5 100644 --- a/drivers/pci/iov.c +++ b/drivers/pci/iov.c | |||
@@ -610,7 +610,7 @@ resource_size_t pci_sriov_resource_alignment(struct pci_dev *dev, int resno) | |||
610 | struct resource tmp; | 610 | struct resource tmp; |
611 | enum pci_bar_type type; | 611 | enum pci_bar_type type; |
612 | int reg = pci_iov_resource_bar(dev, resno, &type); | 612 | int reg = pci_iov_resource_bar(dev, resno, &type); |
613 | 613 | ||
614 | if (!reg) | 614 | if (!reg) |
615 | return 0; | 615 | return 0; |
616 | 616 | ||