sna/gen2: Remove double 'const'
So constant, we const'ed it twice. Reported-by: Zdenek Kabelac <zkabelac@redhat.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
99129c369c
commit
15a00ba047
|
|
@ -977,7 +977,7 @@ static void gen2_vertex_flush(struct sna *sna,
|
|||
}
|
||||
|
||||
inline static int gen2_get_rectangles(struct sna *sna,
|
||||
const const struct sna_composite_op *op,
|
||||
const struct sna_composite_op *op,
|
||||
int want)
|
||||
{
|
||||
struct gen2_render_state *state = &sna->render_state.gen2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue