drm/armada: avoid saving the adjusted mode to crtc->mode
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 27 Jun 2015 15:21:46 +0000 (16:21 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 15 Jul 2015 15:45:30 +0000 (16:45 +0100)
commitc62ff6b3c7325c34d649a5fc3253445af1fd3ba8
tree7297252efe89484baf968b72524b329729a6b7c8
parent73068ce3b5d85780466ecab1bf2459dbd660c1c8
drm/armada: avoid saving the adjusted mode to crtc->mode

We're not supposed to store the adjusted mode into crtc->mode.  We don't
use it anyway, so we can safely remove this.

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