drm/panfrost: Remove unused variables in panfrost_job_close()
authorBoris Brezillon <boris.brezillon@collabora.com>
Sun, 1 Nov 2020 17:38:17 +0000 (18:38 +0100)
committerBoris Brezillon <boris.brezillon@collabora.com>
Tue, 3 Nov 2020 08:16:24 +0000 (09:16 +0100)
commit7d6763ab77b3c047cf7d31ca7c4b799808a684a6
treeb59c045b249721e73519c521ec12b81d5d22473b
parent7a60c2dd0f575ab14a457e99582af0ca1e072a74
drm/panfrost: Remove unused variables in panfrost_job_close()

Commit a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on
open/close") left unused variables behind, thus generating a warning
at compilation time. Remove those variables.

Fixes: a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on open/close")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201101173817.831769-1-boris.brezillon@collabora.com
drivers/gpu/drm/panfrost/panfrost_job.c