drm/ingenic: Remove dead code
authorPaul Cercueil <paul@crapouillou.net>
Sun, 8 Aug 2021 13:45:19 +0000 (15:45 +0200)
committerPaul Cercueil <paul@crapouillou.net>
Wed, 11 Aug 2021 13:48:21 +0000 (15:48 +0200)
commit4d3b3c93bcc153d32ffa1c3df8b9d71586283ceb
treeca6db1be73f49d0708f547c9cb52825e660a182a
parentc1736b9008cb06a95231410145d0b9d2709ec86f
drm/ingenic: Remove dead code

The priv->ipu_plane would get a different value further down the code,
without the first assigned value being read first; so the first
assignation can be dropped.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20210808134526.119198-2-paul@crapouillou.net
drivers/gpu/drm/ingenic/ingenic-drm-drv.c