drm/nouveau/mmu/gp100: remove unused variable
authorKarol Herbst <kherbst@redhat.com>
Tue, 12 Oct 2021 13:33:34 +0000 (15:33 +0200)
committerKarol Herbst <kherbst@redhat.com>
Tue, 12 Oct 2021 17:50:44 +0000 (19:50 +0200)
commit381ba6a6baf104b572379c6b2deab884555104d4
tree557b4fac47e164a65c963c57ea8d6dc6923f3f6e
parent1db060509903b29d63fe2e39c14fd0f99c4a447e
drm/nouveau/mmu/gp100: remove unused variable

Fixes a compilation issue introduced because I forgot to test with WERROR
enabled.

Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: DRI <dri-devel@lists.freedesktop.org>
Cc: nouveau@lists.freedesktop.org
Fixes: 404046cf4805 ("drm/nouveau/mmu/gp100-: drop unneeded assignment in the if condition.")
Acked-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211012133334.1737918-1-kherbst@redhat.com
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmgp100.c