git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bec78e
)
drivers/dma/amba-pl08x.c: adjust double test
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Thu, 12 Jan 2012 21:49:29 +0000
(22:49 +0100)
committer
Vinod Koul
<vinod.koul@linux.intel.com>
Tue, 31 Jan 2012 03:25:08 +0000
(08:55 +0530)
Rewrite a duplicated test to test the correct value
The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@
expression E;
@@
(
* E
|| ... || E
|
* E
&& ... && E
)
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
No differences found