Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119753
b: refs/heads/master
c: 1c594c0
h: refs/heads/master
i:
  119751: a16a918
v: v3
  • Loading branch information
Wilfried Klaebe authored and David S. Miller committed Dec 4, 2008
1 parent 36c765e commit 3d32757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: d253eee20195b25e298bf162a6e72f14bf4803e5
refs/heads/master: 1c594c05a75770ab53a329fc4eb99c797a4bc7d7
6 changes: 2 additions & 4 deletions trunk/drivers/isdn/hardware/avm/b1isa.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,8 @@ static void __exit b1isa_exit(void)
int i;

for (i = 0; i < MAX_CARDS; i++) {
if (!io[i])
break;

b1isa_remove(&isa_dev[i]);
if (isa_dev[i].resource[0].start)
b1isa_remove(&isa_dev[i]);
}
unregister_capi_driver(&capi_driver_b1isa);
}
Expand Down

0 comments on commit 3d32757

Please sign in to comment.