mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Julia Lawall <julia.lawall@lip6.fr>
Cc: Simon Ho <simon.ho@conexant.com>,
	alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>, Mark Brown <broonie@kernel.org>,
	linux-kernel@vger.kernel.org, kbuild-all@01.org
Subject: Re: [PATCH] ASoC: fix odd_ptr_err.cocci warnings (fwd)
Date: Sat, 22 Apr 2017 08:54:11 +0200	[thread overview]
Message-ID: <s5hvapxkk4s.wl-tiwai@suse.de> (raw)
In-Reply-To: <alpine.DEB.2.20.1704220012490.3038@hadrien>

On Sat, 22 Apr 2017 00:14:57 +0200,
Julia Lawall wrote:
> 
> I don't think the patch is correct, so I haven't bothered signing off on
> it.  Probably the & is not correct in the IS_ERR call?

Yes, IS_ERR() was called with the wrong argument.  I fixed it now.

Note that it's no branch to be merged to upstream yet, it's just a
testing for the previously submitted patchset.

Simon, my latest version is found in topic/soc-cx2072x branch in sound
git tree:
  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git

Please check that before the next submission.


thanks,

Takashi

> 
> julia
> 
> ---------- Forwarded message ----------
> Date: Sat, 22 Apr 2017 06:09:26 +0800
> From: kbuild test robot <fengguang.wu@intel.com>
> To: kbuild@01.org
> Cc: Julia Lawall <julia.lawall@lip6.fr>
> Subject: [PATCH] ASoC: fix odd_ptr_err.cocci warnings
> 
>  PTR_ERR should access the value just tested by IS_ERR
> 
> Semantic patch information:
>  There can be false positives in the patch case, where it is the call to
>  IS_ERR that is wrong.
> 
> Generated by: scripts/coccinelle/tests/odd_ptr_err.cocci
> 
> CC: Simon Ho <simon.ho@conexant.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---
> 
> Please take the patch only if it's a positive warning. Thanks!
> 
>  cx2072x.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/sound/soc/codecs/cx2072x.c
> +++ b/sound/soc/codecs/cx2072x.c
> @@ -2183,7 +2183,7 @@ static int cx2072x_i2c_probe(struct i2c_
>  		&cx2072x_regmap);
> 
>  	if (IS_ERR(&cx2072x->regmap)) {
> -		ret = PTR_ERR(cx2072x->regmap);
> +		ret = PTR_ERR(&cx2072x->regmap);
>  		dev_err(&i2c->dev, "Failed to init regmap: %d\n", ret);
>  		return ret;
>  	}
> 

  reply	other threads:[~2017-04-22  6:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-21 22:14 Julia Lawall
2017-04-22  6:54 ` Takashi Iwai [this message]
2017-04-24 17:04   ` [alsa-devel] " Simon Ho

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=s5hvapxkk4s.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=julia.lawall@lip6.fr \
    --cc=kbuild-all@01.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=simon.ho@conexant.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®