sna: Fix typo in DBG

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-10-13 18:50:03 +01:00
parent 0cd2c43fa8
commit 2987a6d566
1 changed files with 1 additions and 1 deletions

View File

@ -2390,7 +2390,7 @@ sna_output_set_property(xf86OutputPtr output, Atom property,
val = *(INT32 *)value->data;
DBG(("%s: setting backlight to %d (max=%d)\n",
___FUNCTION__, val, sna_output->backlight_max));
__FUNCTION__, val, sna_output->backlight_max));
if (val < 0 || val > sna_output->backlight_max)
return FALSE;