* Re: [patch v2.6.28-rc6-28-g5bcdadf 6/7] usb: musb: use list_is_last
[not found] ` <20081124145734.GD7476@gandalf.research.nokia.com>
@ 2008-11-24 15:02 ` Sergei Shtylyov
0 siblings, 0 replies; only message in thread
From: Sergei Shtylyov @ 2008-11-24 15:02 UTC (permalink / raw)
To: linux-kernel; +Cc: felipe.balbi, linux-usb
Felipe Balbi wrote:
>>>diff --git a/drivers/usb/musb/musb_gadget.c b/drivers/usb/musb/musb_gadget.c
>>>index d6a802c..b6aea0b 100644
>>>--- a/drivers/usb/musb/musb_gadget.c
>>>+++ b/drivers/usb/musb/musb_gadget.c
>>>@@ -1159,7 +1159,7 @@ static int musb_gadget_queue(struct usb_ep *ep, struct usb_request *req,
>>> list_add_tail(&(request->request.list), &(musb_ep->req_list));
>>> /* it this is the head of the queue, start i/o ... */
>>>- if (!musb_ep->busy && &request->request.list == musb_ep->req_list.next)
>>>+ if (!musb_ep->busy && list_is_last(&request->request.list, &musb_ep->req_list))
>>
>> This is not the same -- the replaced comparison checked if the request is
>>first in queue, not last. Look at the definition of that function:
> Good catch. Greg, please drop this patch.
BTW, it's strange that there's list_is_last() but no list_is_first()...
WBR, Sergei
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-24 15:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1227524813-27528-1-git-send-email-felipe.balbi@nokia.com>
[not found] ` <1227524813-27528-2-git-send-email-felipe.balbi@nokia.com>
[not found] ` <1227524813-27528-3-git-send-email-felipe.balbi@nokia.com>
[not found] ` <1227524813-27528-4-git-send-email-felipe.balbi@nokia.com>
[not found] ` <1227524813-27528-5-git-send-email-felipe.balbi@nokia.com>
[not found] ` <1227524813-27528-6-git-send-email-felipe.balbi@nokia.com>
[not found] ` <1227524813-27528-7-git-send-email-felipe.balbi@nokia.com>
[not found] ` <492AB11E.8050109@ru.mvista.com>
[not found] ` <20081124145734.GD7476@gandalf.research.nokia.com>
2008-11-24 15:02 ` [patch v2.6.28-rc6-28-g5bcdadf 6/7] usb: musb: use list_is_last Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox