diff options
Diffstat (limited to 'drivers/atm/solos-pci.c')
| -rw-r--r-- | drivers/atm/solos-pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c index 5d1d07645132..e8cd652d2017 100644 --- a/drivers/atm/solos-pci.c +++ b/drivers/atm/solos-pci.c | |||
| @@ -1206,9 +1206,9 @@ static int fpga_probe(struct pci_dev *dev, const struct pci_device_id *id) | |||
| 1206 | 1206 | ||
| 1207 | out_unmap_both: | 1207 | out_unmap_both: |
| 1208 | pci_set_drvdata(dev, NULL); | 1208 | pci_set_drvdata(dev, NULL); |
| 1209 | pci_iounmap(dev, card->config_regs); | ||
| 1210 | out_unmap_config: | ||
| 1211 | pci_iounmap(dev, card->buffers); | 1209 | pci_iounmap(dev, card->buffers); |
| 1210 | out_unmap_config: | ||
| 1211 | pci_iounmap(dev, card->config_regs); | ||
| 1212 | out_release_regions: | 1212 | out_release_regions: |
| 1213 | pci_release_regions(dev); | 1213 | pci_release_regions(dev); |
| 1214 | out: | 1214 | out: |
