drm/vc4: remove redundant ret status check
authorColin Ian King <colin.king@canonical.com>
Sat, 9 Jul 2016 22:26:03 +0000 (23:26 +0100)
committerEric Anholt <eric@anholt.net>
Tue, 12 Jul 2016 00:23:50 +0000 (17:23 -0700)
commitdeb4765db386db67626ffd075d8b5eb5fdf9c4f6
treebbd793c7621758a2582b8982efa34d916d977a4a
parent1bf59f1dcbe25272f6b5d870054647e58a8a9c55
drm/vc4: remove redundant ret status check

At the current point where ret is being checked for non-zero it has
not changed since it was initialized to zero, hence the check and the
label unref are redundant and can be removed.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_drv.c