Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267577
b: refs/heads/master
c: de351ba
h: refs/heads/master
i:
  267575: 4ed2a62
v: v3
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent c17ba65 commit beedc91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: e1521a166d2cb2551a41fa2a697f92e661500cdd
refs/heads/master: de351ba690422fbee2a8c01031ef0eb6fd75cfc0
3 changes: 0 additions & 3 deletions trunk/drivers/staging/xgifb/XGI_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ MODULE_DEVICE_TABLE(pci, xgifb_pci_table);
/* Fbcon variables */
static struct fb_info *fb_info;


static int video_type = FB_TYPE_PACKED_PIXELS;

static struct fb_var_screeninfo default_var = {
.xres = 0,
.yres = 0,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ static int XGIfb_get_fix(struct fb_fix_screeninfo *fix, int con,

fix->smem_len = xgi_video_info.video_size;

fix->type = video_type;
fix->type = FB_TYPE_PACKED_PIXELS;
fix->type_aux = 0;
if (xgi_video_info.video_bpp == 8)
fix->visual = FB_VISUAL_PSEUDOCOLOR;
Expand Down

0 comments on commit beedc91

Please sign in to comment.