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:
9837baa
)
rtlwifi: btcoexist: adjust double test
author
Himangi Saraogi
<himangi774@gmail.com>
Tue, 12 Aug 2014 19:39:29 +0000
(
01:09
+0530)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 25 Aug 2014 19:39:23 +0000
(15:39 -0400)
Rewrite a duplicated test to test the correct value
The Coccinelle semantic patch that finds this problem is:
// <smpl>
@@
expression E;
@@
(
* E
|| ... || E
|
* E
&& ... && E
)
// </smpl>
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Larry.Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found