linux_dsm_epyc7002/drivers/net/wireless/rtlwifi/btcoexist
Himangi Saraogi e5cd6cee46 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>
2014-08-25 15:39:23 -04:00
..
halbt_precomp.h rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
halbtc8723b2ant.c
halbtc8723b2ant.h
halbtcoutsrc.c rtlwifi: btcoexist: adjust double test 2014-08-25 15:39:23 -04:00
halbtcoutsrc.h rtlwifi: btcoexist: avoid format string in printk 2014-06-19 15:49:16 -04:00
Makefile
rtl_btc.c
rtl_btc.h