sna: Add missing ';'

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-04-12 14:28:18 +01:00
parent 9dae6f9f1f
commit a64490c794
1 changed files with 1 additions and 1 deletions

View File

@ -1658,7 +1658,7 @@ static bool check_scanout_size(struct kgem *kgem,
DBG(("%s: not using scanout %d (%dx%d), want (%dx%d)\n",
__FUNCTION__,
info.fb_id, info.width, info.height,
width, height))
width, height));
return false;
}