Re: [PATCH 1/3] media: si2165: Remove owner assignment from i2c_driver

2018-04-08 Thread Matthias Schwarzott
Thank you for sending this patch. Am 24.03.2018 um 15:01 schrieb Fabio Estevam: > From: Fabio Estevam > > Structure i2c_driver does not need to set the owner field, as this will > be populated by the driver core. > > Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci. > > Cc: Matt

[PATCH 1/3] media: si2165: Remove owner assignment from i2c_driver

2018-03-24 Thread Fabio Estevam
From: Fabio Estevam Structure i2c_driver does not need to set the owner field, as this will be populated by the driver core. Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci. Cc: Matthias Schwarzott Signed-off-by: Fabio Estevam --- drivers/media/dvb-frontends/si2165.c | 1 - 1