Re: [PATCH 7/9] sound/pci/sis7019.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 rc before returning on failure, as done elsewhere in the > function. > > A simplified version of the semantic match that finds this problem is as > follows: (http://coccinelle.lip6.fr/)

[PATCH 7/9] sound/pci/sis7019.c: fix error return code

2015-04-05 Thread Julia Lawall
From: Julia Lawall Initialize rc before returning on failure, as done elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } | ret@p1 = 0 ) ... when !=

Re: [PATCH 7/9] sound/pci/sis7019.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 julia.law...@lip6.fr Initialize rc before returning on failure, as done elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows:

[PATCH 7/9] sound/pci/sis7019.c: fix error return code

2015-04-05 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Initialize rc before returning on failure, as done elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret != 0\)) { ... return ret; } |

[PATCH 7/9] sound/pci/sis7019.c: fix error return code

2014-11-23 Thread Julia Lawall
From: Julia Lawall Initialize rc before returning on failure, as done elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } | ret@p1 = 0 ) ... when !=

[PATCH 7/9] sound/pci/sis7019.c: fix error return code

2014-11-23 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Initialize rc before returning on failure, as done elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret != 0\)) { ... return ret; } |

Re: [PATCH 7/9] sound/pci/sis7019.c: fix error return code

2012-08-19 Thread David Dillow
On Sun, 2012-08-19 at 09:02 +0200, Julia Lawall wrote: > From: Julia Lawall > > Initialize rc before returning on failure, as done elsewhere in the > function. > > Signed-off-by: Julia Lawall Acked-by: David Dillow -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

[PATCH 7/9] sound/pci/sis7019.c: fix error return code

2012-08-19 Thread Julia Lawall
From: Julia Lawall Initialize rc before returning on failure, as done elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } | ret@p1 = 0 ) ... when !=

[PATCH 7/9] sound/pci/sis7019.c: fix error return code

2012-08-19 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Initialize rc before returning on failure, as done elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret != 0\)) { ... return ret; } |

Re: [PATCH 7/9] sound/pci/sis7019.c: fix error return code

2012-08-19 Thread David Dillow
On Sun, 2012-08-19 at 09:02 +0200, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Initialize rc before returning on failure, as done elsewhere in the function. Signed-off-by: Julia Lawall julia.law...@lip6.fr Acked-by: David Dillow d...@thedillows.org -- To unsubscribe from