Re: [PATCH] iio: remove .owner field for driver using module_platform_driver

2014-08-26 Thread Jonathan Cameron
On 20/08/14 10:32, Sanjeev Sharma wrote: > This patch removes the .owner field for drivers which use the > platform_driver_register api because this is overriden in > _platform_driver_register. > > Signed-off-by: Sanjeev Sharma Thanks for cleaning these up. Applied to the togreg branch of iio.gi

RE: [PATCH] iio: remove .owner field for driver using module_platform_driver

2014-08-21 Thread Sharma, Sanjeev
...@driverdev.osuosl.org; Sharma, Sanjeev; Sharma, Sanjeev Subject: [PATCH] iio: remove .owner field for driver using module_platform_driver This patch removes the .owner field for drivers which use the platform_driver_register api because this is overriden in _platform_driver_register. Signed-off-by: Sanjeev Sharma

[PATCH] iio: remove .owner field for driver using module_platform_driver

2014-08-20 Thread Sanjeev Sharma
This patch removes the .owner field for drivers which use the platform_driver_register api because this is overriden in _platform_driver_register. Signed-off-by: Sanjeev Sharma --- drivers/iio/accel/hid-sensor-accel-3d.c | 1 - drivers/iio/adc/exynos_adc.c | 1 - drivers/i