Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115570
b: refs/heads/master
c: f25fda7
h: refs/heads/master
v: v3
  • Loading branch information
Lior Dotan authored and Greg Kroah-Hartman committed Oct 10, 2008
1 parent 17e5280 commit 3841bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68cf95f3183c7bd60feab3bb774e1e4c7f36fe71
refs/heads/master: f25fda728dfb5c23d1147279fc6a537451603369
2 changes: 2 additions & 0 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ static int __devinit slic_entry_probe(struct pci_dev *pcidev,
release_mem_region(mmio_start, mmio_len);

err_out_exit_slic_probe:
pci_release_regions(pcidev);
DBG_ERROR("%s EXIT jiffies[%lx] cpu %d\n", __func__, jiffies,
smp_processor_id());

Expand Down Expand Up @@ -649,6 +650,7 @@ static void __devexit slic_entry_remove(struct pci_dev *pcidev)
}
DBG_MSG("slicoss: %s deallocate device\n", __func__);
kfree(dev);
pci_release_regions(pcidev);
DBG_MSG("slicoss: %s EXIT\n", __func__);
}

Expand Down

0 comments on commit 3841bc6

Please sign in to comment.