Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26042
b: refs/heads/master
c: c16c556
h: refs/heads/master
v: v3
  • Loading branch information
Darren Jenkins authored and Linus Torvalds committed Apr 20, 2006
1 parent 40ff890 commit 7dfc5cf
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: 6d472be37896b1c41b50f3da124f8b7718ba7797
refs/heads/master: c16c556e0e460a4e8c3f97ea0d50a1217f7fa449
4 changes: 2 additions & 2 deletions trunk/drivers/video/pm2fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ static char *mode __devinitdata = NULL;
* these flags allow the user to specify that requests for +ve sync
* should be silently turned in -ve sync.
*/
static int lowhsync __devinitdata = 0;
static int lowvsync __devinitdata = 0;
static int lowhsync;
static int lowvsync;

/*
* The hardware state of the graphics card that isn't part of the
Expand Down

0 comments on commit 7dfc5cf

Please sign in to comment.