Message ID | 1419196495-9626-16-git-send-email-wsa@the-dreams.de |
---|---|
State | New, archived |
Headers | show |
On Sun, Dec 21, 2014 at 10:14:36PM +0100, Wolfram Sang wrote: > This platform_driver does not need to set an owner, it will be populated by the > driver core. > > Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Sun, Dec 21, 2014 at 10:14 PM, Wolfram Sang <wsa@the-dreams.de> wrote: > This platform_driver does not need to set an owner, it will be populated by the > driver core. > > Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c b/drivers/pinctrl/intel/pinctrl-cherryview.c index e9f8b39d1a9f..007d25fd5fb7 100644 --- a/drivers/pinctrl/intel/pinctrl-cherryview.c +++ b/drivers/pinctrl/intel/pinctrl-cherryview.c @@ -1497,7 +1497,6 @@ static struct platform_driver chv_pinctrl_driver = { .remove = chv_pinctrl_remove, .driver = { .name = "cherryview-pinctrl", - .owner = THIS_MODULE, .acpi_match_table = chv_pinctrl_acpi_match, }, };
This platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> --- Generated with coccinelle. SmPL file is in the introductory msg. The big cleanup was pulled in this merge window. This series catches the bits fallen through. The patches shall go in via the subsystem trees. drivers/pinctrl/intel/pinctrl-cherryview.c | 1 - 1 file changed, 1 deletion(-)