mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
usb: host: xhci-rcar: remove leftover quirk handling
Loading V3 firmware does not need a quirk anymore, remove the leftover
code.
Fixes: ed8603e111 ("usb: host: xhci-rcar: Simplify getting the firmware name for R-Car Gen3")
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20230307163041.3815-10-wsa+renesas@sang-engineering.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1d8ce4d889
commit
5d67f48618
|
|
@ -80,7 +80,6 @@ MODULE_FIRMWARE(XHCI_RCAR_FIRMWARE_NAME_V3);
|
|||
|
||||
/* For soc_device_attribute */
|
||||
#define RCAR_XHCI_FIRMWARE_V2 BIT(0) /* FIRMWARE V2 */
|
||||
#define RCAR_XHCI_FIRMWARE_V3 BIT(1) /* FIRMWARE V3 */
|
||||
|
||||
static const struct soc_device_attribute rcar_quirks_match[] = {
|
||||
{
|
||||
|
|
@ -152,8 +151,6 @@ static int xhci_rcar_download_firmware(struct usb_hcd *hcd)
|
|||
|
||||
if (quirks & RCAR_XHCI_FIRMWARE_V2)
|
||||
firmware_name = XHCI_RCAR_FIRMWARE_NAME_V2;
|
||||
else if (quirks & RCAR_XHCI_FIRMWARE_V3)
|
||||
firmware_name = XHCI_RCAR_FIRMWARE_NAME_V3;
|
||||
else
|
||||
firmware_name = priv->firmware_name;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user