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:
099e1f8
)
staging: rtl8188eu: Remove double test
author
Tapasweni Pathak
<tapaswenipathak@gmail.com>
Thu, 30 Oct 2014 11:34:36 +0000
(17:04 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 20:09:15 +0000
(13:09 -0700)
Removed the duplicate test on memcmp(pIE->data, BROADCOM_OUI2, 3).
The semantic that find this problem is
// <smpl>
@@
expression E;
@@
(
* E
|| ... || E
|
* E
&& ... && E
)
// </smpl>
Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found