[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8736fl48dy.fsf@gmail.com>
Date: Tue, 22 Oct 2019 09:11:21 +0300
From: Felipe Balbi <balbi@...nel.org>
To: Michal Simek <michal.simek@...inx.com>,
Saurav Girepunje <saurav.girepunje@...il.com>,
gregkh@...uxfoundation.org, michal.simek@...inx.com,
swboyd@...omium.org, linux-usb@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: saurav.girepunje@...mail.com
Subject: Re: [PATCH] usb: gadget: udc: Fix assignment of 0/1 to bool variables
Hi,
Michal Simek <michal.simek@...inx.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@...inx.com>
I don't have the original patch, sorry. Care to resend with Acks?
--
balbi
Powered by blists - more mailing lists