Re: [RESEND PATCH] gpio: Drop owner assignment from i2c_driver

2015-11-30 Thread Linus Walleij
On Thu, Nov 19, 2015 at 4:57 AM, Krzysztof Kozlowski wrote: > i2c_driver does not need to set an owner because i2c_register_driver() > will set it. > > Signed-off-by: Krzysztof Kozlowski Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kern

[RESEND PATCH] gpio: Drop owner assignment from i2c_driver

2015-11-18 Thread Krzysztof Kozlowski
i2c_driver does not need to set an owner because i2c_register_driver() will set it. Signed-off-by: Krzysztof Kozlowski --- The coccinelle script which generated the patch was sent here: http://www.spinics.net/lists/kernel/msg2029903.html --- drivers/gpio/gpio-adnp.c | 1 - drivers/gpio/g