Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37727
b: refs/heads/master
c: af907dc
h: refs/heads/master
i:
  37725: a7b3545
  37723: 5e36487
  37719: 8a249c4
  37711: 91615db
  37695: 1e3cd23
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Oct 1, 2006
1 parent 9a44ce4 commit 95a289f
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: a141a04330bd6eadf7081a0860dc786be7d09c46
refs/heads/master: af907dc8cd4157d629e48533b3400786467340d5
2 changes: 2 additions & 0 deletions trunk/drivers/serial/mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ static void __exit mux_exit(void)

for (i = 0; i < port_cnt; i++) {
uart_remove_one_port(&mux_driver, &mux_ports[i]);
if (mux_ports[i].membase)
iounmap(mux_ports[i].membase);
}

uart_unregister_driver(&mux_driver);
Expand Down

0 comments on commit 95a289f

Please sign in to comment.