Message ID | 20250618192713.20668-2-eeodqql09@gmail.com |
---|---|
State | New |
Headers | show |
Series | usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_probe() | expand |
diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c index 6dab142e7278..49eb874b1d81 100644 --- a/drivers/usb/host/xhci-plat.c +++ b/drivers/usb/host/xhci-plat.c @@ -152,7 +152,7 @@ int xhci_plat_probe(struct platform_device *pdev, struct device *sysdev, const s int ret; int irq; struct xhci_plat_priv *priv = NULL; - bool of_match; + const struct of_device_id *of_match; if (usb_disabled()) return -ENODEV;