Clean up SDVO multiplier debug output

This commit is contained in:
Keith Packard 2006-12-06 13:19:58 -08:00
parent 6ee63364f5
commit 5d345c13a9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {