Re: [alsa-devel] [PATCH] ASoC: fix odd_ptr_err.cocci warnings (fwd)

2017-04-24 Thread Simon Ho
On Sat, Apr 22, 2017 at 08:54:11AM +0200, Takashi Iwai wrote: > 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 t

Re: [PATCH] ASoC: fix odd_ptr_err.cocci warnings (fwd)

2017-04-21 Thread Takashi Iwai
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 t

[PATCH] ASoC: fix odd_ptr_err.cocci warnings (fwd)

2017-04-21 Thread Julia Lawall
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? julia -- Forwarded message -- Date: Sat, 22 Apr 2017 06:09:26 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: [PATCH] ASoC: f