[PATCH] etnaviv: etnaviv_drv: Remove owner assignment from platform_driver

2016-01-12 Thread Lucas Stach
Am Freitag, den 08.01.2016, 11:52 -0200 schrieb Fabio Estevam: > This platform_driver does not need to set an owner as it will be > populated by the driver core. > > Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci. > > Signed-off-by: Fabio Estevam Thanks, I've picked this up. As

[PATCH] etnaviv: etnaviv_drv: Remove owner assignment from platform_driver

2016-01-08 Thread Fabio Estevam
This platform_driver does not need to set an owner as it will be populated by the driver core. Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci. Signed-off-by: Fabio Estevam --- drivers/gpu/drm/etnaviv/etnaviv_drv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/d