[PATCH] drm/omap: fix up pdev_remove

2013-12-18 Thread Daniel Vetter
Dave accidentally merged the wrong version of the patch in commit fd3c02531461924853db65f2664db361b53a70d3 Author: Daniel Vetter Date: Wed Dec 11 11:34:26 2013 +0100 drm/omap: call drm_put_dev directly in ->remove which did not include the fix from Rob's review: omapdrm is split into the

[PATCH] drm/omap: fix up pdev_remove

2013-12-18 Thread Rob Clark
On Wed, Dec 18, 2013 at 7:53 AM, Daniel Vetter wrote: > Dave accidentally merged the wrong version of the patch in > > commit fd3c02531461924853db65f2664db361b53a70d3 > Author: Daniel Vetter > Date: Wed Dec 11 11:34:26 2013 +0100 > > drm/omap: call drm_put_dev directly in ->remove > > whic