commit | 4161f200ff380b0703c7bfa8df9615cc7fd76ba7 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Aug 15 16:04:20 2017 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Aug 16 16:21:07 2017 +0300 |
tree | d989f26dced0fcf3093d417e825ac699f490132f | |
parent | f64eafa0c82e4dfca68dad61889a63770ef75e07 [diff] |
drm/omap: remove no-op cleanup code The driver sets crtc and plane rotation properties back to 0 degrees in dev_lastclose() using drm_object_property_set_value(). drm_object_property_set_value() doesn't do anything with atomic drivers, and a recent change added WARN_ON() when atomic driver calls the function. So remove the code. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>