| To: | Willy Tarreau <w@1wt.eu> |
|---|---|
| Subject: | [PATCH] linux-2.4: usb: pr_debug ehci structure bug |
| From: | Frank Seidel <Frank.Seidel@sphairon.com> |
| Date: | Tue, 30 Jun 2009 10:18:57 +0200 |
| Cc: | "Seidel, Frank" <Frank.Seidel@sphairon.com>, "linux-mips@linux-mips.org" <linux-mips@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.21 (X11/20090318) |
From: Mario Witkowski <witkowsm@sphairon.com>
Ehci structure bug on pr_debug.
Signed-off-by: Mario Witkowski <witkowsm@sphairon.com>
Signed-off-by: Frank Seidel <Frank.Seidel@sphairon.com>
---
drivers/usb/host/ehci-sched.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/usb/host/ehci-sched.c
+++ b/drivers/usb/host/ehci-sched.c
@@ -888,7 +888,7 @@ itd_stream_schedule (
stream->rescheduled++;
pr_debug ("ehci %s devpath %d "
"iso%d%s %d.%d skip %d.%d\n",
- ehci->pdev->slot_name,
+ ehci->hcd.pdev->slot_name,
urb->dev->devpath,
stream->bEndpointAddress & 0x0f,
(stream->bEndpointAddress & USB_DIR_IN)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] linux-2.4: br2684: fix double freeing skb, Frank Seidel |
|---|---|
| Next by Date: | Re: Broadcom Swarm support, Atsushi Nemoto |
| Previous by Thread: | [PATCH] linux-2.4: br2684: fix double freeing skb, Frank Seidel |
| Next by Thread: | [BUG] MIPS: Hibernation in the latest linux-mips:master branch not work, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |