mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Michael Straube <straube.linux@gmail.com>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: rtl8723bs: fix comparsion to true/false and brace issues
Date: Sat, 30 Jun 2018 12:52:40 +0200	[thread overview]
Message-ID: <f150191b-3458-75d0-e338-f609503b177a@gmail.com> (raw)
In-Reply-To: <m2tvpkegdj.fsf@linux-m68k.org>

On 06/30/18 12:08, Andreas Schwab wrote:
> On Jun 30 2018, Michael Straube <straube.linux@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

      reply	other threads:[~2018-06-30 10:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-30 10:02 Michael Straube
2018-06-30 10:08 ` Andreas Schwab
2018-06-30 10:52   ` Michael Straube [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f150191b-3458-75d0-e338-f609503b177a@gmail.com \
    --to=straube.linux@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®