Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87074
b: refs/heads/master
c: b614ce8
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Mar 11, 2008
1 parent 10f7694 commit 1650eff
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: 3acd9d462062bb332073fde90bf9d118ac5a043d
refs/heads/master: b614ce8b3c697947d75685f0b9f2059307dde715
2 changes: 1 addition & 1 deletion trunk/drivers/video/tridentfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ static unsigned int __devinit get_memsize(void)
switch (tmp) {

case 0x01:
k = 512;
k = 512 * Kb;
break;
case 0x02:
k = 6 * Mb; /* XP */
Expand Down

0 comments on commit 1650eff

Please sign in to comment.