From: Felipe Balbi <balbi@kernel•org>
To: Michal Simek <michal.simek@xilinx•com>,
Saurav Girepunje <saurav.girepunje@gmail•com>,
gregkh@linuxfoundation•org, michal.simek@xilinx•com,
swboyd@chromium•org, linux-usb@vger•kernel.org,
linux-arm-kernel@lists•infradead.org,
linux-kernel@vger•kernel.org
Cc: saurav.girepunje@hotmail•com
Subject: Re: [PATCH] usb: gadget: udc: Fix assignment of 0/1 to bool variables
Date: Tue, 22 Oct 2019 09:11:21 +0300 [thread overview]
Message-ID: <8736fl48dy.fsf@gmail.com> (raw)
In-Reply-To: <cfb871aa-332c-2256-d194-15f8b87de6f8@xilinx.com>
Hi,
Michal Simek <michal.simek@xilinx•com> writes:
>> @@ -1952,9 +1952,9 @@ static void xudc_nonctrl_ep_handler(struct xusb_udc *udc, u8 epnum,
>> ep = &udc->ep[epnum];
>> /* Process the End point interrupts.*/
>> if (intrstatus & (XUSB_STATUS_EP0_BUFF1_COMP_MASK << epnum))
>> - ep->buffer0ready = 0;
>> + ep->buffer0ready = false;
>> if (intrstatus & (XUSB_STATUS_EP0_BUFF2_COMP_MASK << epnum))
>> - ep->buffer1ready = 0;
>> + ep->buffer1ready = false;
>>
>> if (list_empty(&ep->queue))
>> return;
>>
>
> Acked-by: Michal Simek <michal.simek@xilinx•com>
I don't have the original patch, sorry. Care to resend with Acks?
--
balbi
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2019-10-22 6:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20191007181527.GA6816@saurav>
2019-10-08 6:34 ` [PATCH] usb: gadget: udc: Fix assignment of 0/1 to bool variables Michal Simek
2019-10-22 6:11 ` Felipe Balbi [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=8736fl48dy.fsf@gmail.com \
--to=balbi@kernel$(echo .)org \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-usb@vger$(echo .)kernel.org \
--cc=michal.simek@xilinx$(echo .)com \
--cc=saurav.girepunje@gmail$(echo .)com \
--cc=saurav.girepunje@hotmail$(echo .)com \
--cc=swboyd@chromium$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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