Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218514
b: refs/heads/master
c: 09b599d
h: refs/heads/master
v: v3
  • Loading branch information
Christian Dietrich authored and Linus Torvalds committed Oct 28, 2010
1 parent dd5ae95 commit 59e4469
Show file tree
Hide file tree
Showing 2 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: 72b4379e9502e7bf64256af83a55f90bd13d1ce6
refs/heads/master: 09b599ddd467911ad6b43f3abe3c533446662417
5 changes: 1 addition & 4 deletions trunk/drivers/video/matrox/matroxfb_DAC1064.c
Original file line number Diff line number Diff line change
Expand Up @@ -869,12 +869,9 @@ static int MGAG100_preinit(struct matrox_fb_info *minfo)
minfo->capable.plnwt = minfo->devflags.accelerator == FB_ACCEL_MATROX_MGAG100
? minfo->devflags.sgram : 1;

#ifdef CONFIG_FB_MATROX_G
if (minfo->devflags.g450dac) {
minfo->outputs[0].output = &g450out;
} else
#endif
{
} else {
minfo->outputs[0].output = &m1064;
}
minfo->outputs[0].src = minfo->outputs[0].default_src;
Expand Down

0 comments on commit 59e4469

Please sign in to comment.