Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27049
b: refs/heads/master
c: 8fd66ab
h: refs/heads/master
i:
  27047: c1d0357
v: v3
  • Loading branch information
Martin Michlmayr authored and Linus Torvalds committed May 31, 2006
1 parent b38e2bc commit 1ba3412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: c05b7f3d12b9455d746b69b7078ed34d777f560b
refs/heads/master: 8fd66ab852281f9e28e1774c17b49f26c4626fd1
4 changes: 1 addition & 3 deletions trunk/drivers/video/maxinefb.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static struct fb_var_screeninfo maxinefb_defined = {
};

static struct fb_fix_screeninfo maxinefb_fix = {
.id = "Maxine onboard graphics 1024x768x8",
.id = "Maxine",
.smem_len = (1024*768),
.type = FB_TYPE_PACKED_PIXELS,
.visual = FB_VISUAL_PSEUDOCOLOR,
Expand Down Expand Up @@ -107,8 +107,6 @@ static int maxinefb_setcolreg(unsigned regno, unsigned red, unsigned green,

static struct fb_ops maxinefb_ops = {
.owner = THIS_MODULE,
.fb_get_fix = gen_get_fix,
.fb_get_var = gen_get_var,
.fb_setcolreg = maxinefb_setcolreg,
.fb_fillrect = cfb_fillrect,
.fb_copyarea = cfb_copyarea,
Expand Down

0 comments on commit 1ba3412

Please sign in to comment.