Reviewed-by: Karol Herbst <[email protected]> sorry for the late response though.
On Fri, Apr 2, 2021 at 12:28 AM Yang Yingliang <[email protected]> wrote: > > Signed-off-by: Yang Yingliang <[email protected]> > --- > drivers/gpu/drm/nouveau/nouveau_gem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/nouveau/nouveau_gem.c > b/drivers/gpu/drm/nouveau/nouveau_gem.c > index c88cbb85f101..492e6794c5e6 100644 > --- a/drivers/gpu/drm/nouveau/nouveau_gem.c > +++ b/drivers/gpu/drm/nouveau/nouveau_gem.c > @@ -303,7 +303,7 @@ nouveau_gem_set_domain(struct drm_gem_object *gem, > uint32_t read_domains, > struct ttm_buffer_object *bo = &nvbo->bo; > uint32_t domains = valid_domains & nvbo->valid_domains & > (write_domains ? write_domains : read_domains); > - uint32_t pref_domains = 0;; > + uint32_t pref_domains = 0; > > if (!domains) > return -EINVAL; > -- > 2.25.1 > > _______________________________________________ > Nouveau mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/nouveau >
