diff options
author | Owain G. Ainsworth <oga@openbsd.org> | 2010-05-31 21:02:29 +0100 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-06-07 21:52:31 +0100 |
commit | d61177860ba722269f586053e44be3e9cc7fb4c1 (patch) | |
tree | 006063fd98ad100522f444a3da201c8ae741b10d | |
parent | 7d7e11bfe0d5db3b4a398e7a32b46e0b46062a7d (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); } |