On 06/30/18 12:08, Andreas Schwab wrote:
On Jun 30 2018, Michael Straube <straube.li...@gmail.com> wrote:

@@ -115,11 +115,10 @@ s32 rtw_btcoex_IsBTCoexCtrlAMPDUSize(struct adapter 
*padapter)
void rtw_btcoex_SetManualControl(struct adapter *padapter, u8 manual)
  {
-       if (true == manual) {
+       if (manual)
                hal_btcoex_SetManualControl(padapter, true);
-       } else{
+       else
                hal_btcoex_SetManualControl(padapter, false);
-       }

aka. hal_btcoex_SetManualControl(padapter, manual);

Andreas.


Ah, thanks!

Michael
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to