usb: ohci-at91: remove unnecessary dev_set_drvdata()
authorLibo Chen <clbchenlibo.chen@huawei.com>
Tue, 27 Aug 2013 03:08:11 +0000 (11:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 04:36:46 +0000 (21:36 -0700)
commitd143a8edcd4e84498e419a33a2af56b3e3a17b9a
treeabc3baa49b71d46d36e618c00115d8c178cd0f13
parentc9a0552e8df596b7cc43cbcd161c065c0046744d
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>
drivers/usb/host/ohci-at91.c