[PATCH 1/1] drm/exynos: Fix de-registration ordering

Sachin Kamat sachin.kamat at samsung.com
Tue Jun 17 22:27:14 PDT 2014


On Wed, Jun 18, 2014 at 10:53 AM, Inki Dae <inki.dae at samsung.com> wrote:
> On 2014년 06월 17일 20:38, Sachin Kamat wrote:
>> 'exynos_drm_pdev' was not getting unregistered if platform_driver_register()
>> failed. Fix the ordering to allow this. This also fixes the below warning by
>> moving the #endif macro. While at it also fix the ordering in the exit function
>> so that de-registration happens in opposite order of registration.
>> drivers/gpu/drm/exynos/exynos_drm_drv.c:768:1: warning: label ‘err_unregister_pd’ defined but not used [-Wunused-label]
>
> Above line doesn't conform to UTF-8 so I just fixed it. :)
> Applied.

Thanks Inki :)

Regards,
Sachin


More information about the dri-devel mailing list