mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
With mt7621 soc_dev_attr fixed to register the soc as a device, kernel will experience an oops in soc_device_match_attr This quirk test was introduced in the staging driver in commit9445ccb371("staging: mt7621-pci-phy: add quirks for 'E2' revision using 'soc_device_attribute'"). The staging driver was removed, and later re-added in commitd87da32372("phy: ralink: Add PHY driver for MT7621 PCIe PHY") for kernel 5.11 Link: https://lore.kernel.org/lkml/[email protected] Fixes:d87da32372("phy: ralink: Add PHY driver for MT7621 PCIe PHY") Signed-off-by: John Thomson <[email protected]> Acked-by: Sergio Paracuellos <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>