Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'ata-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux

Pull ata fix from Niklas Cassel:

- Fix an unintentional masking of AHCI ports when the device tree does
not define port child nodes (Damien)

* tag 'ata-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:
ata: libahci_platform: Do not set mask_port_map when not needed

-2
-2
drivers/ata/libahci_platform.c
··· 651 651 * If no sub-node was found, keep this for device tree 652 652 * compatibility 653 653 */ 654 - hpriv->mask_port_map |= BIT(0); 655 - 656 654 rc = ahci_platform_get_phy(hpriv, 0, dev, dev->of_node); 657 655 if (rc) 658 656 goto err_out;