* [patch omap-git] ehci-omap buildfix
@ 2009-04-06 9:36 David Brownell
2009-04-07 18:13 ` [APPLIED] " Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: David Brownell @ 2009-04-06 9:36 UTC (permalink / raw)
To: OMAP
device.bus_id doesn't exist any more
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
drivers/usb/host/ehci-omap.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -432,7 +432,8 @@ static int ehci_hcd_omap_drv_probe(struc
retval = -ENOMEM;
}
- hcd = usb_create_hcd(&ehci_omap_hc_driver, &dev->dev, dev->dev.bus_id);
+ hcd = usb_create_hcd(&ehci_omap_hc_driver, &dev->dev,
+ dev_name(&dev->dev));
if (!hcd)
return -ENOMEM;
^ permalink raw reply [flat|nested] 2+ messages in thread
* [APPLIED] [patch omap-git] ehci-omap buildfix
2009-04-06 9:36 [patch omap-git] ehci-omap buildfix David Brownell
@ 2009-04-07 18:13 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2009-04-07 18:13 UTC (permalink / raw)
To: linux-omap
This patch has been applied to the linux-omap
by youw fwiendly patch wobot.
Initial commit ID (Likely to change): 77515419305a5d1b29fa3023d7943dc511882657
PatchWorks
http://patchwork.kernel.org/patch/16491/
Git
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=77515419305a5d1b29fa3023d7943dc511882657
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-07 18:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-06 9:36 [patch omap-git] ehci-omap buildfix David Brownell
2009-04-07 18:13 ` [APPLIED] " Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox