aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-sysfs.c
Commit message (Collapse)AuthorAgeFilesLines
* usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen2016-08-261-4/+4
| | | | | | | | | | | | commit 0521cfd06e1ebcd575e7ae36aab068b38df23850 upstream. The ehci platform device's drvdata is the pointer of struct usb_hcd already, so we doesn't need to call bus_to_hcd conversion again. Signed-off-by: Peter Chen <peter.chen@freescale.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
* first commitMeizu OpenSource2016-08-151-0/+190