summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRichard Purdie2005-11-17 18:47:57 +0100
committerLinus Torvalds2005-11-17 20:29:55 +0100
commit87cf203935a646d5fb00464dc5887292da71d928 (patch)
tree8e5ca7b152755b03723dc3180eb931b41e66d652 /drivers
parent[PATCH] USB: Maxtor OneTouch button support for older drives (diff)
downloadkernel-qcow2-linux-87cf203935a646d5fb00464dc5887292da71d928.tar.gz
kernel-qcow2-linux-87cf203935a646d5fb00464dc5887292da71d928.tar.xz
kernel-qcow2-linux-87cf203935a646d5fb00464dc5887292da71d928.zip
[PATCH] USB: OHCI lh7a404 platform device conversion fixup
Fix an error in the OHCI lh7a404 driver after the platform device conversion. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/ohci-lh7a404.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-lh7a404.c b/drivers/usb/host/ohci-lh7a404.c
index 081ec3f5cff4..3959ccc88332 100644
--- a/drivers/usb/host/ohci-lh7a404.c
+++ b/drivers/usb/host/ohci-lh7a404.c
@@ -219,7 +219,7 @@ static int ohci_hcd_lh7a404_drv_probe(struct platform_device *pdev)
static int ohci_hcd_lh7a404_drv_remove(struct platform_device *pdev)
{
- struct usb_hcd *hcd = platform_get_drvdata(dev);
+ struct usb_hcd *hcd = platform_get_drvdata(pdev);
usb_hcd_lh7a404_remove(hcd, pdev);
return 0;