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

2015-08-01 Thread Wolfram Sang
On Fri, Jul 10, 2015 at 03:23:17PM +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 > I took the liberty and applied it to my for-next, thanks! signature.asc Description: Digital s

[PATCH] misc: 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/misc/ad525x_dpot-i2c.c | 1 - driver