linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1 kernel 2.6.15-rc1] Fix copy-paste bug after _Convert platform drivers to use_ (again)
@ 2005-11-15 18:54 Andrey Volkov
  2005-11-15 19:06 ` Russell King
  2005-11-17 16:10 ` Russell King
  0 siblings, 2 replies; 4+ messages in thread
From: Andrey Volkov @ 2005-11-15 18:54 UTC (permalink / raw)
  To: Russell King; +Cc: linux-kernel, ML linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

Hello Russell,

I fear it is not a last patch of such kind :(.
Please recheck places where you are changed
pdev<->dev.

-- 
Regards
Andrey Volkov


[-- Attachment #2: ohci-ohci-ppc-soc.diff --]
[-- Type: text/plain, Size: 597 bytes --]

Fix copy-paste bug in ohci-ppc-soc.c(ohci_hcd_ppc_soc_drv_remove)

Sign-off-by: Andrey Volkov <avolkov@varma-el.com>
---

diff --git a/drivers/usb/host/ohci-ppc-soc.c b/drivers/usb/host/ohci-ppc-soc.c
index 1875576..2ec6a78 100644
--- a/drivers/usb/host/ohci-ppc-soc.c
+++ b/drivers/usb/host/ohci-ppc-soc.c
@@ -185,7 +185,7 @@ static int ohci_hcd_ppc_soc_drv_probe(st
 
 static int ohci_hcd_ppc_soc_drv_remove(struct platform_device *pdev)
 {
-	struct usb_hcd *hcd = platform_get_drvdata(dev);
+	struct usb_hcd *hcd = platform_get_drvdata(pdev);
 
 	usb_hcd_ppc_soc_remove(hcd, pdev);
 	return 0;

^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH 1/1 kernel 2.6.15-rc1] Fix copy-paste bug after _Convert platform drivers to use_ (again)
@ 2005-11-15 18:53 Andrey Volkov
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Volkov @ 2005-11-15 18:53 UTC (permalink / raw)
  To: Russell King; +Cc: linux-kernel, ML linuxppc-embedded

Hello Russell,

I fear it is not a last patch of such kind :(.
Please recheck places where you are changed
pdev<->dev.

-- 
Regards
Andrey Volkov

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-17 16:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-15 18:54 [PATCH 1/1 kernel 2.6.15-rc1] Fix copy-paste bug after _Convert platform drivers to use_ (again) Andrey Volkov
2005-11-15 19:06 ` Russell King
2005-11-17 16:10 ` Russell King
  -- strict thread matches above, loose matches on Subject: below --
2005-11-15 18:53 Andrey Volkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).