sna: Fix typo in DBG
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
0cd2c43fa8
commit
2987a6d566
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue