ata fix for 6.14-rc4
- Fix an unintentional masking of AHCI ports when the device tree does not define port child nodes (Damien) -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRN+ES/c4tHlMch3DzJZDGjmcZNcgUCZ7ceygAKCRDJZDGjmcZN csrZAQC6vfXYLXxM8LPY3uLa0mE5//csRU+38gi1LznND3UbBQEA32IVFli0kntX cOTlIfxjhgXFYGSUJq14xv96Dei2fQU= =dGHm -----END PGP SIGNATURE----- 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
This commit is contained in:
commit
74ee48a2b4
|
@ -651,8 +651,6 @@ struct ahci_host_priv *ahci_platform_get_resources(struct platform_device *pdev,
|
|||
* If no sub-node was found, keep this for device tree
|
||||
* compatibility
|
||||
*/
|
||||
hpriv->mask_port_map |= BIT(0);
|
||||
|
||||
rc = ahci_platform_get_phy(hpriv, 0, dev, dev->of_node);
|
||||
if (rc)
|
||||
goto err_out;
|
||||
|
|
Loading…
Reference in New Issue