From 4dca6c29380879375b01171c5fa64d3222345432 Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Sun, 19 Feb 2012 09:43:32 +0000 Subject: [PATCH] --- yaml --- r: 287951 b: refs/heads/master c: 8ae0cfee2a727f698bda12e530f4879a9793c6c9 h: refs/heads/master i: 287949: af8318a93b1b5c9a61b8a79a4379357c52a12cb8 287947: f1eecbf6ef812e302b8c84de8e643859d4da0460 287943: 96c8f15edbea564ce9dddf3ecf7320212d4460a9 287935: 76ae5a5aeed636d48c578e4a81b08539222c91d3 v: v3 --- [refs] | 2 +- trunk/drivers/atm/solos-pci.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9e326fe76938..11b31c0264ac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 32aa64f77e032511079fec5ec0465aeb6d6c3891 +refs/heads/master: 8ae0cfee2a727f698bda12e530f4879a9793c6c9 diff --git a/trunk/drivers/atm/solos-pci.c b/trunk/drivers/atm/solos-pci.c index 5d1d07645132..e8cd652d2017 100644 --- a/trunk/drivers/atm/solos-pci.c +++ b/trunk/drivers/atm/solos-pci.c @@ -1206,9 +1206,9 @@ static int fpga_probe(struct pci_dev *dev, const struct pci_device_id *id) out_unmap_both: pci_set_drvdata(dev, NULL); - pci_iounmap(dev, card->config_regs); - out_unmap_config: pci_iounmap(dev, card->buffers); + out_unmap_config: + pci_iounmap(dev, card->config_regs); out_release_regions: pci_release_regions(dev); out: