Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54893
b: refs/heads/master
c: 1c2bbe6
h: refs/heads/master
i:
  54891: c4cd835
v: v3
  • Loading branch information
Jan Engelhardt authored and Linus Torvalds committed May 8, 2007
1 parent eb44a5b commit 53b5a1e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2707cd016b12d5e64c4feefcb5740b65f0c46845
refs/heads/master: 1c2bbe6a11ec7d1de114acfc8a6bf2821b0224a5
4 changes: 4 additions & 0 deletions trunk/drivers/char/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,10 @@ int default_grn[] = {0x00,0x00,0xaa,0x55,0x00,0x00,0xaa,0xaa,
int default_blu[] = {0x00,0x00,0x00,0x00,0xaa,0xaa,0xaa,0xaa,
0x55,0x55,0x55,0x55,0xff,0xff,0xff,0xff};

module_param_array(default_red, int, NULL, S_IRUGO | S_IWUSR);
module_param_array(default_grn, int, NULL, S_IRUGO | S_IWUSR);
module_param_array(default_blu, int, NULL, S_IRUGO | S_IWUSR);

/*
* gotoxy() must verify all boundaries, because the arguments
* might also be negative. If the given position is out of
Expand Down

0 comments on commit 53b5a1e

Please sign in to comment.