From 5d345c13a949caef384a63769d7185885de6d26d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 6 Dec 2006 13:19:58 -0800 Subject: [PATCH] Clean up SDVO multiplier debug output --- src/i830_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_debug.c b/src/i830_debug.c index 9f4dd29d..8c8b95ee 100644 --- a/src/i830_debug.c +++ b/src/i830_debug.c @@ -159,7 +159,7 @@ DEBUGSTRING(i830_debug_dpll) break; } if (IS_I945G(pI830) || IS_I945GM(pI830)) { - sprintf(sdvoextra, "SDVO mult %d", + sprintf(sdvoextra, ", SDVO mult %d", (int)(val & SDVO_MULTIPLIER_MASK) >> SDVO_MULTIPLIER_SHIFT_HIRES); } else {