Re: [PATCH] net: Drop owner assignment from platform_driver

2015-07-10 Thread David Miller
From: Krzysztof Kozlowski Date: Fri, 10 Jul 2015 15:29:23 +0900 > platform_driver does not need to set an owner because > platform_driver_register() will set it. > > Signed-off-by: Krzysztof Kozlowski Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe lin

[PATCH] net: Drop owner assignment from platform_driver

2015-07-09 Thread Krzysztof Kozlowski
platform_driver does not need to set an owner because platform_driver_register() 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/net/ethernet/hisilicon/hip04_eth.c