This gets rid of an "sparse" warning in EHCI. We don't really
need two variables named "status".
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
---
I think this didn't get sent to you yet. Meanwhile, I may
just hold off on forwarding new patches till you catch up. :)
--- g26.orig/drivers/usb/host/ehci-hcd.c 2008-01-02 20:18:25.000000000
-0800
+++ g26/drivers/usb/host/ehci-hcd.c 2007-12-30 18:10:06.000000000 -0800
@@ -859,8 +859,6 @@ static int ehci_urb_dequeue(struct usb_h
/* reschedule QH iff another request is queued */
if (!list_empty (&qh->qtd_list)
&& HC_IS_RUNNING (hcd->state)) {
- int status;
-
status = qh_schedule (ehci, qh);
spin_unlock_irqrestore (&ehci->lock, flags);
-
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html