summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorLibo Chen2013-08-27 05:08:11 +0200
committerGreg Kroah-Hartman2013-08-28 06:36:46 +0200
commitd143a8edcd4e84498e419a33a2af56b3e3a17b9a (patch)
treeabc3baa49b71d46d36e618c00115d8c178cd0f13 /drivers/usb/host
parentusb: renesas_usbhs: use platform_{get,set}_drvdata() (diff)
downloadkernel-qcow2-linux-d143a8edcd4e84498e419a33a2af56b3e3a17b9a.tar.gz
kernel-qcow2-linux-d143a8edcd4e84498e419a33a2af56b3e3a17b9a.tar.xz
kernel-qcow2-linux-d143a8edcd4e84498e419a33a2af56b3e3a17b9a.zip
usb: ohci-at91: remove unnecessary dev_set_drvdata()
Unnecessary dev_set_drvdata() is removed, because the driver core clears the driver data to NULL after device_release or on probe failure. Signed-off-by: Libo Chen <libo.chen@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/ohci-at91.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c
index b3cdd1467521..caa3764a3407 100644
--- a/drivers/usb/host/ohci-at91.c
+++ b/drivers/usb/host/ohci-at91.c
@@ -235,8 +235,6 @@ static void usb_hcd_at91_remove(struct usb_hcd *hcd,
clk_put(fclk);
clk_put(iclk);
fclk = iclk = hclk = NULL;
-
- dev_set_drvdata(&pdev->dev, NULL);
}
/*-------------------------------------------------------------------------*/