diff options
Diffstat (limited to 'drivers/usb/host/ohci-pxa27x.c')
-rw-r--r-- | drivers/usb/host/ohci-pxa27x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-pxa27x.c b/drivers/usb/host/ohci-pxa27x.c index 279b2ef17411..3a9c01d8b79c 100644 --- a/drivers/usb/host/ohci-pxa27x.c +++ b/drivers/usb/host/ohci-pxa27x.c | |||
@@ -556,7 +556,6 @@ static int ohci_hcd_pxa27x_drv_remove(struct platform_device *pdev) | |||
556 | struct usb_hcd *hcd = platform_get_drvdata(pdev); | 556 | struct usb_hcd *hcd = platform_get_drvdata(pdev); |
557 | 557 | ||
558 | usb_hcd_pxa27x_remove(hcd, pdev); | 558 | usb_hcd_pxa27x_remove(hcd, pdev); |
559 | platform_set_drvdata(pdev, NULL); | ||
560 | return 0; | 559 | return 0; |
561 | } | 560 | } |
562 | 561 | ||