Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54299
b: refs/heads/master
c: 57ac895
h: refs/heads/master
i:
  54297: 1a93670
  54295: 2de5348
v: v3
  • Loading branch information
Davide Brini authored and Linus Torvalds committed May 7, 2007
1 parent fae06e4 commit cc3ff3f
Show file tree
Hide file tree
Showing 3 changed files with 5 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: c74c69b442364125fd13259ecaa4cd2ee43b9172
refs/heads/master: 57ac895a7f22d235f637317f58a2d9ba6ec91a27
4 changes: 2 additions & 2 deletions trunk/arch/um/drivers/ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ static int ssl_init(void)
ssl_driver = register_lines(&driver, &ssl_ops, serial_lines,
ARRAY_SIZE(serial_lines));

lines_init(serial_lines, ARRAY_SIZE(serial_lines), &opts);

new_title = add_xterm_umid(opts.xterm_title);
if (new_title != NULL)
opts.xterm_title = new_title;

lines_init(serial_lines, ARRAY_SIZE(serial_lines), &opts);

ssl_init_done = 1;
register_console(&ssl_cons);
return 0;
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/um/drivers/stdio_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@ int stdio_init(void)
return -1;
printk(KERN_INFO "Initialized stdio console driver\n");

lines_init(vts, ARRAY_SIZE(vts), &opts);

new_title = add_xterm_umid(opts.xterm_title);
if(new_title != NULL)
opts.xterm_title = new_title;

lines_init(vts, ARRAY_SIZE(vts), &opts);

con_init_done = 1;
register_console(&stdiocons);
return 0;
Expand Down

0 comments on commit cc3ff3f

Please sign in to comment.