USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 31 Aug 2022 12:50:52 +0000 (15:50 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2022 14:08:35 +0000 (16:08 +0200)
commit4e55e22d3d9aa50ef1ba059bf3a53aa61109c179
tree706fd47b74e4ed6c005503b1cef9696bb41cb959
parenta4efdb8a423b4fa3671418bd3755ae79fbdedab0
USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()

Since the HC driver is now passed to the function with its
own parameter (it used to be picked from id->driver_data),
the id parameter serves no purpose.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20220831125052.71584-1-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd-pci.c
drivers/usb/host/ehci-pci.c
drivers/usb/host/ohci-pci.c
drivers/usb/host/uhci-pci.c
drivers/usb/host/xhci-pci.c
include/linux/usb/hcd.h