Files
linux/drivers/usb/host
Seungjin Bae d9e496a9fb usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_probe()
The variable `of_match` was incorrectly declared as a `bool`.
It is assigned the return value of of_match_device(), which is a pointer of
type `const struct of_device_id *`.

Fixes: 16b7e0cccb ("USB: xhci-plat: fix legacy PHY double init")
Signed-off-by: Seungjin Bae <eeodqql09@gmail.com>
Link: https://lore.kernel.org/r/20250619055746.176112-2-eeodqql09@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-06-19 11:11:25 +02:00
..
2024-11-04 01:27:52 +01:00
2022-09-01 16:08:29 +02:00
2024-10-14 08:03:44 +02:00
2023-05-28 15:25:53 +01:00