All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
To: kbuild test robot <fengguang.wu@intel.com>
Cc: Benoit Parrot <bparrot@ti.com>,
	kbuild-all@01.org, Mauro Carvalho Chehab <m.chehab@samsung.com>,
	linux-media <linux-media@vger.kernel.org>,
	Darren Etheridge <detheridge@ti.com>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] [media] media: platform: fix platform_no_drv_owner.cocci warnings
Date: Fri, 30 Jan 2015 07:52:04 +0000	[thread overview]
Message-ID: <CA+V-a8v2-M81cziWCLzB2_mDnyYX5DbNSfLHN0OjBU7XOmp6zQ@mail.gmail.com> (raw)
In-Reply-To: <20150130022610.GA4210@waimea>

On Fri, Jan 30, 2015 at 2:26 AM, kbuild test robot
<fengguang.wu@intel.com> wrote:
> drivers/media/platform/am437x/am437x-vpfe.c:2767:3-8: No need to set .owner here. The core will do it.
>
>  Remove .owner field if calls are used which set it automatically
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
>
> CC: Benoit Parrot <bparrot@ti.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>

Regards,
--Prabhakar Lad

> ---
>
>  am437x-vpfe.c |    1 -
>  1 file changed, 1 deletion(-)
>
> --- a/drivers/media/platform/am437x/am437x-vpfe.c
> +++ b/drivers/media/platform/am437x/am437x-vpfe.c
> @@ -2764,7 +2764,6 @@ static struct platform_driver vpfe_drive
>         .remove         = vpfe_remove,
>         .driver = {
>                 .name   = VPFE_MODULE_NAME,
> -               .owner  = THIS_MODULE,
>                 .pm     = &vpfe_pm_ops,
>                 .of_match_table = of_match_ptr(vpfe_of_match),
>         },

      reply	other threads:[~2015-01-30  7:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-30  2:26 [linuxtv-media:master 66/173] drivers/media/platform/am437x/am437x-vpfe.c:2767:3-8: No need to set .owner here. The core will do it kbuild test robot
2015-01-30  2:26 ` [PATCH] [media] media: platform: fix platform_no_drv_owner.cocci warnings kbuild test robot
2015-01-30  7:52   ` Lad, Prabhakar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+V-a8v2-M81cziWCLzB2_mDnyYX5DbNSfLHN0OjBU7XOmp6zQ@mail.gmail.com \
    --to=prabhakar.csengg@gmail.com \
    --cc=bparrot@ti.com \
    --cc=detheridge@ti.com \
    --cc=fengguang.wu@intel.com \
    --cc=hans.verkuil@cisco.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.chehab@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.