[PATCH 2/4] drm/omap: fix uninit order in pdev_remove()

2014-04-02 Thread Tomi Valkeinen
When unloading omapdrm driver, the omapdrm platform device is uninitialized last, after the displays have been disconnected omap_crtc callbacks have been removed. As the omapdrm pdev uninitialization needs the features uninitialized in earlier steps, a crash is guaranteed. This patch fixes the uni

[PATCH 2/4] drm/omap: fix uninit order in pdev_remove()

2014-04-02 Thread Rob Clark
On Wed, Apr 2, 2014 at 8:37 AM, Tomi Valkeinen wrote: > When unloading omapdrm driver, the omapdrm platform device is > uninitialized last, after the displays have been disconnected omap_crtc > callbacks have been removed. As the omapdrm pdev uninitialization needs > the features uninitialized in