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

From: Lee Jones
Date: Fri Jul 24 2015 - 11:27:37 EST


On Fri, 10 Jul 2015, Krzysztof Kozlowski wrote:

> platform_driver does not need to set an owner because
> platform_driver_register() will set it.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx>
>
> ---
>
> The coccinelle script which generated the patch was sent here:
> http://www.spinics.net/lists/kernel/msg2029903.html
> ---
> drivers/mailbox/bcm2835-mailbox.c | 1 -
> 1 file changed, 1 deletion(-)

Acked-by: Lee Jones <lee@xxxxxxxxxx>

> diff --git a/drivers/mailbox/bcm2835-mailbox.c b/drivers/mailbox/bcm2835-mailbox.c
> index 0b47dd42f3bd..cfb4b4496dd9 100644
> --- a/drivers/mailbox/bcm2835-mailbox.c
> +++ b/drivers/mailbox/bcm2835-mailbox.c
> @@ -204,7 +204,6 @@ MODULE_DEVICE_TABLE(of, bcm2835_mbox_of_match);
> static struct platform_driver bcm2835_mbox_driver = {
> .driver = {
> .name = "bcm2835-mbox",
> - .owner = THIS_MODULE,
> .of_match_table = bcm2835_mbox_of_match,
> },
> .probe = bcm2835_mbox_probe,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/