On Sun, Aug 14, 2016 at 09:18:53PM +0200, SF Markus Elfring wrote: > From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> > Date: Sun, 14 Aug 2016 21:08:41 +0200 > > The field "owner" is set by core. Thus delete an extra initialisation. > > Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci > Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> > --- > drivers/mailbox/hi6220-mailbox.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/mailbox/hi6220-mailbox.c b/drivers/mailbox/hi6220-mailbox.c > index 613722d..288c505 100644 > --- a/drivers/mailbox/hi6220-mailbox.c > +++ b/drivers/mailbox/hi6220-mailbox.c > @@ -371,7 +371,6 @@ static int hi6220_mbox_remove(struct platform_device *pdev) > static struct platform_driver hi6220_mbox_driver = { > .driver = { > .name = "hi6220-mbox", > - .owner = THIS_MODULE, Thanks. Acked-by: Leo Yan <leo.yan@xxxxxxxxxx> > .of_match_table = hi6220_mbox_of_match, > }, > .probe = hi6220_mbox_probe, > -- > 2.9.2 > -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html