sna/gen2: Add break rather than fallthrough
The fall-through in this instance is irrelevant, and the static analysers complain for not commenting on the fall-through. Silence the analyser by removing the fall-through. Reported-by: Zdenek Kabelac <zkabelac@redhat.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
e0abbc3cca
commit
c9db2c74ab
|
|
@ -1774,6 +1774,7 @@ gen2_render_composite(struct sna *sna,
|
|||
goto cleanup_dst;
|
||||
case 0:
|
||||
gen2_composite_solid_init(sna, &tmp->src, 0);
|
||||
break;
|
||||
case 1:
|
||||
if (mask == NULL && tmp->src.bo &&
|
||||
sna_blt_composite__convert(sna,
|
||||
|
|
|
|||
Loading…
Reference in New Issue