From: Tapasweni Pathak Date: Thu, 30 Oct 2014 11:34:36 +0000 (+0530) Subject: staging: rtl8188eu: Remove double test X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~562 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f811be139e9bcf014049d7aa93225a4dbea33c53;p=pandora-kernel.git staging: rtl8188eu: Remove double test Removed the duplicate test on memcmp(pIE->data, BROADCOM_OUI2, 3). The semantic that find this problem is // @@ expression E; @@ ( * E || ... || E | * E && ... && E ) // Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed