Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125084
b: refs/heads/master
c: bc32562
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Linus Torvalds committed Jan 2, 2009
1 parent 1f34672 commit 4dcbc57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: f751928e0ddf54ea4fe5546f35e99efc5b5d9938
refs/heads/master: bc3256288b8ff9787623805e53cf7c6d5a2b4591
4 changes: 1 addition & 3 deletions trunk/drivers/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2530,10 +2530,8 @@ int uart_remove_one_port(struct uart_driver *drv, struct uart_port *port)
/*
* Kill the tasklet, and free resources.
*/
if (info) {
if (info)
tasklet_kill(&info->tlet);
kfree(info);
}

state->port = NULL;
mutex_unlock(&port_mutex);
Expand Down

0 comments on commit 4dcbc57

Please sign in to comment.