summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2009-04-01 10:11:35 +0800
committerCarl Worth <cworth@cworth.org>2009-04-06 11:37:54 -0700
commit633c24bc20ed96b1f9ef954bfd722e3ab504ea93 (patch)
tree999e6ecd8a8372283bbc281519c3aa7a10a47dc7
parent6501f8e5e91f3f87348d590e42a4860fea2cfddc (diff)
SDVO: fix output flag dumping for unknown type
Found by Hugo Jacques <hugo.jacques@verint.com> (cherry picked from commit fad714c40078d22fff82dc0692a344f66ddf9680)
-rw-r--r--src/i830_sdvo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_sdvo.c b/src/i830_sdvo.c
index 79d49d95..a7b5171e 100644
--- a/src/i830_sdvo.c
+++ b/src/i830_sdvo.c
@@ -1605,7 +1605,7 @@ i830_sdvo_output_setup (xf86OutputPtr output, uint16_t flag)
xf86DrvMsg(intel_output->pI2CBus->scrnIndex, X_WARNING,
"%s: Unknown SDVO output type (0x%02x%02x)\n",
SDVO_NAME(dev_priv),
- bytes[0], bytes[1]);
+ bytes[1], bytes[0]);
name_prefix="Unknown";
}