commit | d3b842154383a037cd38cd7e31234c3723c1f31d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Fri Jul 07 15:55:40 2017 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Fri Dec 08 12:17:17 2017 +0000 |
tree | 5b0f53367f0eff89c5171c04eb3d86d2b1c4c735 | |
parent | de0ea9ad2f548dd9e555cac27cf7ade1db5b26ea [diff] |
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>