mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
drivers/usb/host/uhci-hcd.c: Remove unnecessary casts of pci_get_drvdata
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c8c38de9d8
commit
ce7eb32fc2
@ -569,7 +569,7 @@ static int uhci_init(struct usb_hcd *hcd)
|
|||||||
*/
|
*/
|
||||||
static void uhci_shutdown(struct pci_dev *pdev)
|
static void uhci_shutdown(struct pci_dev *pdev)
|
||||||
{
|
{
|
||||||
struct usb_hcd *hcd = (struct usb_hcd *) pci_get_drvdata(pdev);
|
struct usb_hcd *hcd = pci_get_drvdata(pdev);
|
||||||
|
|
||||||
uhci_hc_died(hcd_to_uhci(hcd));
|
uhci_hc_died(hcd_to_uhci(hcd));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user