drm/armada: remove armada_drm_plane_work_cancel() return value
authorRussell King <rmk+kernel@armlinux.org.uk>
Fri, 7 Jul 2017 14:55:40 +0000 (15:55 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 8 Dec 2017 12:17:17 +0000 (12:17 +0000)
commitd3b842154383a037cd38cd7e31234c3723c1f31d
tree5b0f53367f0eff89c5171c04eb3d86d2b1c4c735
parentde0ea9ad2f548dd9e555cac27cf7ade1db5b26ea
drm/armada: remove armada_drm_plane_work_cancel() return value

armada_drm_plane_work_cancel()'s returned work structure is never used
or referenced, so it's pointless returning it.  It's also pointless
because the caller doesn't have a clue what kind of work structure it
is.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/gpu/drm/armada/armada_crtc.c
drivers/gpu/drm/armada/armada_crtc.h