Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227054
b: refs/heads/master
c: 281e660
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent d29db11 commit 75ac1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3dfbd044d0d99cad2fe50e4f6c79845703fa0558
refs/heads/master: 281e66057757ddf32ffe679a08f9634fa9f70a7a
2 changes: 1 addition & 1 deletion trunk/drivers/video/xen-fbfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ xenfb_make_preferred_console(void)
return;

acquire_console_sem();
for (c = console_drivers; c; c = c->next) {
for_each_console(c) {
if (!strcmp(c->name, "tty") && c->index == 0)
break;
}
Expand Down

0 comments on commit 75ac1d4

Please sign in to comment.