From: Himangi Saraogi Date: Tue, 12 Aug 2014 19:39:29 +0000 (+0530) Subject: rtlwifi: btcoexist: adjust double test X-Git-Tag: fixes-for-v3.18-merge-window~162^2~32^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5cd6cee46764467e6cb14841ff59cd2e2573502;p=pandora-kernel.git rtlwifi: btcoexist: adjust double test Rewrite a duplicated test to test the correct value The Coccinelle semantic patch that finds this problem is: // @@ expression E; @@ ( * E || ... || E | * E && ... && E ) // Signed-off-by: Himangi Saraogi Acked-by: Larry.Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed