All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: kernel-janitors@vger.kernel.org
Subject: Re: [samsung:v4l_for_mauro 14/73] drivers/media/dvb-frontends/cxd2820r_core.c:691:10: warning: unuse
Date: Fri, 05 Oct 2012 16:06:16 +0000	[thread overview]
Message-ID: <506F0578.2000907@iki.fi> (raw)
In-Reply-To: <20121005010806.GB6635@localhost>

Hello,
Thank you for the report. If you wish to fix it then reply soon. 
Otherwise, lets say after 6 hours from that, I will do it myself and add 
you as a reporter!

regards
Antti

On 10/05/2012 04:08 AM, Fengguang Wu wrote:
> Hi Antti,
>
> FYI, there are new compile warnings show up in
>
> tree:   git://git.infradead.org/users/kmpark/linux-samsung v4l_for_mauro
> head:   7f06319c3a6e99fcdf9774556384c62661a31940
> commit: a36a66d7aaa6468a91941ffcfb6d324f28825910 [14/73] [media] cxd2820r: use static GPIO config when GPIOLIB is undefined
> config: i386-randconfig-b124 (attached as .config)
>
> All warnings:
>
> drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_attach':
> drivers/media/dvb-frontends/cxd2820r_core.c:691:10: warning: unused variable 'gpio' [-Wunused-variable]
>
> vim +691 drivers/media/dvb-frontends/cxd2820r_core.c
>
> 14c03862 drivers/media/dvb/frontends/cxd2820r_core.c (Manu Abraham    2011-11-24  685) struct dvb_frontend *cxd2820r_attach(const struct cxd2820r_config *cfg,
> 1e8f31f3 drivers/media/dvb-frontends/cxd2820r_core.c (Antti Palosaari 2012-07-19  686) 		struct i2c_adapter *i2c, int *gpio_chip_base
> 1e8f31f3 drivers/media/dvb-frontends/cxd2820r_core.c (Antti Palosaari 2012-07-19  687) )
> 14c03862 drivers/media/dvb/frontends/cxd2820r_core.c (Manu Abraham    2011-11-24  688) {
> 1e8f31f3 drivers/media/dvb-frontends/cxd2820r_core.c (Antti Palosaari 2012-07-19  689) 	struct cxd2820r_priv *priv;
> 14c03862 drivers/media/dvb/frontends/cxd2820r_core.c (Manu Abraham    2011-11-24  690) 	int ret;
> a36a66d7 drivers/media/dvb-frontends/cxd2820r_core.c (Antti Palosaari 2012-08-16 @691) 	u8 tmp, gpio[GPIO_COUNT];
> 14c03862 drivers/media/dvb/frontends/cxd2820r_core.c (Manu Abraham    2011-11-24  692)
> a36a66d7 drivers/media/dvb-frontends/cxd2820r_core.c (Antti Palosaari 2012-08-16  693) 	priv = kzalloc(sizeof(struct cxd2820r_priv), GFP_KERNEL);
> 1e8f31f3 drivers/media/dvb-frontends/cxd2820r_core.c (Antti Palosaari 2012-07-19  694) 	if (!priv) {
> 1e8f31f3 drivers/media/dvb-frontends/cxd2820r_core.c (Antti Palosaari 2012-07-19  695) 		ret = -ENOMEM;
> 1e8f31f3 drivers/media/dvb-frontends/cxd2820r_core.c (Antti Palosaari 2012-07-19  696) 		dev_err(&i2c->dev, "%s: kzalloc() failed\n",
> 1e8f31f3 drivers/media/dvb-frontends/cxd2820r_core.c (Antti Palosaari 2012-07-19  697) 				KBUILD_MODNAME);
> 14c03862 drivers/media/dvb/frontends/cxd2820r_core.c (Manu Abraham    2011-11-24  698) 		goto error;
> 1e8f31f3 drivers/media/dvb-frontends/cxd2820r_core.c (Antti Palosaari 2012-07-19  699) 	}
>
> ---
> 0-DAY kernel build testing backend         Open Source Technology Center
> Fengguang Wu, Yuanhan Liu                              Intel Corporation
>


-- 
http://palosaari.fi/

      reply	other threads:[~2012-10-05 16:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-05  1:08 [samsung:v4l_for_mauro 14/73] drivers/media/dvb-frontends/cxd2820r_core.c:691:10: warning: unused va Fengguang Wu
2012-10-05 16:06 ` Antti Palosaari [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=506F0578.2000907@iki.fi \
    --to=crope@iki.fi \
    --cc=kernel-janitors@vger.kernel.org \
    /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.