Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113405
b: refs/heads/master
c: 2571cd6
h: refs/heads/master
i:
  113403: 4f080c8
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Oct 13, 2008
1 parent 6f014e0 commit e474fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 41ca73229809eb3d173e316d11d3943d49924209
refs/heads/master: 2571cd6a8e07a13fd3ac77f5e2c5470966d6f9c9
4 changes: 2 additions & 2 deletions trunk/drivers/char/hvc_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,11 +819,11 @@ static int hvc_init(void)
hvc_driver = drv;
return 0;

put_tty:
put_tty_driver(hvc_driver);
stop_thread:
kthread_stop(hvc_task);
hvc_task = NULL;
put_tty:
put_tty_driver(drv);
out:
return err;
}
Expand Down

0 comments on commit e474fb9

Please sign in to comment.