Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42757
b: refs/heads/master
c: 41bdabb
h: refs/heads/master
i:
  42755: 6932ed4
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Dec 7, 2006
1 parent 4ba55b3 commit a7e9427
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8684265412518858c48a56c2f0aa86f280978b74
refs/heads/master: 41bdabbb6d951cf4a9fbfe33783749b87662b02d
5 changes: 4 additions & 1 deletion trunk/drivers/char/moxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,12 @@ static void __exit moxa_exit(void)
printk("Couldn't unregister MOXA Intellio family serial driver\n");
put_tty_driver(moxaDriver);

for (i = 0; i < MAX_BOARDS; i++)
for (i = 0; i < MAX_BOARDS; i++) {
if (moxaBaseAddr[i])
iounmap(moxaBaseAddr[i]);
if (moxa_boards[i].busType == MOXA_BUS_TYPE_PCI)
pci_dev_put(moxa_boards[i].pciInfo.pdev);
}

if (verbose)
printk("Done\n");
Expand Down

0 comments on commit a7e9427

Please sign in to comment.