Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175219
b: refs/heads/master
c: 70d7aa8
h: refs/heads/master
i:
  175217: 4137f12
  175215: a339c9f
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Dec 11, 2009
1 parent f3714d8 commit 8026665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c813f592a5e65cfd9321f51c95a6977e9518dde6
refs/heads/master: 70d7aa889f7c107a768d07389998e4fd89a7103d
3 changes: 2 additions & 1 deletion trunk/drivers/staging/vme/bridges/vme_ca91cx42.c
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,9 @@ static int ca91cx42_probe(struct pci_dev *pdev, const struct pci_device_id *id)
vme_unregister_bridge(ca91cx42_bridge);
err_reg:
ca91cx42_crcsr_exit(pdev);
#if 0
err_crcsr:
#endif
err_lm:
/* resources are stored in link list */
list_for_each(pos, &(ca91cx42_bridge->lm_resources)) {
Expand Down Expand Up @@ -1226,7 +1228,6 @@ void ca91cx42_remove(struct pci_dev *pdev)
struct vme_slave_resource *slave_image;
struct vme_dma_resource *dma_ctrlr;
struct vme_lm_resource *lm;
int i;

/* Turn off Ints */
iowrite32(0, ca91cx42_bridge->base + LINT_EN);
Expand Down

0 comments on commit 8026665

Please sign in to comment.