diff options
author | Owain G. Ainsworth <oga@openbsd.org> | 2010-05-31 21:02:29 +0100 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-05-31 21:02:29 +0100 |
commit | 9f93827e408bfa3272cd5ce79ffd77a6d225ea18 (patch) | |
tree | 3b3d6b81ea6c155905210a34a97bf67f982b88de | |
parent | 46144fd8de64cb13fcf1ca79529bf0495ff9f8ab (diff) |
fix typos in conditional
-rw-r--r-- | src/i830_lvds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_lvds.c b/src/i830_lvds.c index 6a50e967..7af63ffe 100644 --- a/src/i830_lvds.c +++ b/src/i830_lvds.c @@ -755,7 +755,7 @@ i830_lvds_mode_fixup(xf86OutputPtr output, DisplayModePtr mode, * register description and PRM. */ /* Change the value here to see the borders for debugging */ - if (!IS_IDGNG(intel)) { + if (!IS_IGDNG(intel)) { OUTREG(BCLRPAT_A, 0); OUTREG(BCLRPAT_B, 0); } |