[PATCH] drm/vkms: add missing platform_device_unregister() in vkms_init()

2020-08-11 Thread Qinglang Miao
When vkms_init() get into out_put, the unregister call of vkms_device->platform is missing. So add it before return. Fixes: c27f0cc4d43a "drm/vkms: enable cursor by default" Signed-off-by: Qinglang Miao --- drivers/gpu/drm/vkms/vkms_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

Re: [PATCH] drm/vkms: add missing platform_device_unregister() in vkms_init()

2020-08-10 Thread Daniel Vetter
On Mon, Aug 10, 2020 at 09:00:11PM +0800, Qinglang Miao wrote: > When vkms_init() get into out_put, the unregister call of > vkms_device->platform is missing. So add it before return. > > Fixes: c27f0cc4d43a "drm/vkms: enable cursor by default" This is the wrong commit, I fixed that up while appl