Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236139
b: refs/heads/master
c: 5bfcf90
h: refs/heads/master
i:
  236137: 78536df
  236135: 4abf80d
v: v3
  • Loading branch information
Manohar Vanga authored and Greg Kroah-Hartman committed Feb 28, 2011
1 parent c2ee835 commit 272fa52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 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: b00464677923a7878b8c3164d7462b80f641bba6
refs/heads/master: 5bfcf90bfb1889885211e8a853c6b70500065fce
3 changes: 0 additions & 3 deletions trunk/drivers/staging/vme/bridges/vme_ca91cx42.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,6 @@ static int ca91cx42_alloc_resource(struct vme_master_resource *image,

return 0;

iounmap(image->kern_base);
image->kern_base = NULL;
err_remap:
release_resource(&image->bus_resource);
err_resource:
Expand Down Expand Up @@ -1782,7 +1780,6 @@ static int ca91cx42_probe(struct pci_dev *pdev, const struct pci_device_id *id)

return 0;

vme_unregister_bridge(ca91cx42_bridge);
err_reg:
ca91cx42_crcsr_exit(ca91cx42_bridge, pdev);
err_lm:
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/vme/bridges/vme_tsi148.c
Original file line number Diff line number Diff line change
Expand Up @@ -869,8 +869,6 @@ static int tsi148_alloc_resource(struct vme_master_resource *image,

return 0;

iounmap(image->kern_base);
image->kern_base = NULL;
err_remap:
release_resource(&image->bus_resource);
err_resource:
Expand Down

0 comments on commit 272fa52

Please sign in to comment.