Re: [PATCH] input: Drop owner assignment from i2c_driver

2015-07-17 Thread Dmitry Torokhov
On Fri, Jul 10, 2015 at 03:00:33PM +0900, Krzysztof Kozlowski wrote: > i2c_driver does not need to set an owner because i2c_register_driver() > will set it. > > Signed-off-by: Krzysztof Kozlowski Applied, thank you. > > --- > > The coccinelle script which generated the patch was sent here: >

[PATCH] input: Drop owner assignment from i2c_driver

2015-07-09 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/input/keyboard/adp5589-keys.c | 1 - d