commit | e5cd6cee46764467e6cb14841ff59cd2e2573502 | [log] [tgz] |
---|---|---|
author | Himangi Saraogi <himangi774@gmail.com> | Wed Aug 13 01:09:29 2014 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 25 15:39:23 2014 -0400 |
tree | be9cee414c1d9c75f58813d61c3d5e7d5d6ff809 | |
parent | 9837baa99717c7526e4bae9c68e8728dea4af183 [diff] |
rtlwifi: btcoexist: adjust double test 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>