mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
sna/damage: Tidy up a tail return
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -901,9 +901,7 @@ __sna_damage_add_points(struct sna_damage *damage,
|
||||
return damage;
|
||||
|
||||
damage_union(damage, &extents);
|
||||
_sna_damage_create_elt_from_points(damage, p, n, dx, dy);
|
||||
|
||||
return damage;
|
||||
return _sna_damage_create_elt_from_points(damage, p, n, dx, dy);
|
||||
}
|
||||
|
||||
#if HAS_DEBUG_FULL
|
||||
|
||||
Reference in New Issue
Block a user