Re: [PATCH 2/10] sound/soc/fsl/imx-sgtl5000.c: fix error return code

2015-04-05 Thread Julia Lawall
Please ignore. Wrong patch set. On Sun, 5 Apr 2015, Julia Lawall wrote: > From: Julia Lawall > > Initialize ret on the second call to imx_audmux_v2_configure_port so that > the subsequent test checks that result and not the previous one. > > A simplified version of the semantic match that find

[PATCH 2/10] sound/soc/fsl/imx-sgtl5000.c: fix error return code

2015-04-05 Thread Julia Lawall
From: Julia Lawall Initialize ret on the second call to imx_audmux_v2_configure_port so that the subsequent test checks that result and not the previous one. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|re

[PATCH 2/10] sound/soc/fsl/imx-sgtl5000.c: fix error return code

2014-11-23 Thread Julia Lawall
From: Julia Lawall Initialize ret on the second call to imx_audmux_v2_configure_port so that the subsequent test checks that result and not the previous one. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|re

Re: [PATCH 2/10] sound/soc/fsl/imx-sgtl5000.c: fix error return code

2012-08-20 Thread Mark Brown
On Sun, Aug 19, 2012 at 09:02:52AM +0200, Julia Lawall wrote: > From: Julia Lawall > > Initialize ret on the second call to imx_audmux_v2_configure_port so that > the subsequent test checks that result and not the previous one. Applied all ASoC patches, thanks. signature.asc Description: Digit

[PATCH 2/10] sound/soc/fsl/imx-sgtl5000.c: fix error return code

2012-08-19 Thread Julia Lawall
From: Julia Lawall Initialize ret on the second call to imx_audmux_v2_configure_port so that the subsequent test checks that result and not the previous one. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|re