mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
kernel: fix 5.15 outdated patche
This commit is contained in:
parent
5a0e9d95e4
commit
710fec8fc4
@ -31,13 +31,13 @@ Signed-off-by: Vinod Koul <vkoul@kernel.org>
|
|||||||
|
|
||||||
--- a/drivers/ata/ahci.h
|
--- a/drivers/ata/ahci.h
|
||||||
+++ b/drivers/ata/ahci.h
|
+++ b/drivers/ata/ahci.h
|
||||||
@@ -240,8 +240,6 @@ enum {
|
@@ -241,8 +241,6 @@ enum {
|
||||||
as default lpm_policy */
|
as default lpm_policy */
|
||||||
AHCI_HFLAG_SUSPEND_PHYS = (1 << 26), /* handle PHYs during
|
AHCI_HFLAG_SUSPEND_PHYS = BIT(26), /* handle PHYs during
|
||||||
suspend/resume */
|
suspend/resume */
|
||||||
- AHCI_HFLAG_IGN_NOTSUPP_POWER_ON = (1 << 27), /* ignore -EOPNOTSUPP
|
- AHCI_HFLAG_IGN_NOTSUPP_POWER_ON = BIT(27), /* ignore -EOPNOTSUPP
|
||||||
- from phy_power_on() */
|
- from phy_power_on() */
|
||||||
AHCI_HFLAG_NO_SXS = (1 << 28), /* SXS not supported */
|
AHCI_HFLAG_NO_SXS = BIT(28), /* SXS not supported */
|
||||||
|
|
||||||
/* ap->flags bits */
|
/* ap->flags bits */
|
||||||
--- a/drivers/ata/ahci_mvebu.c
|
--- a/drivers/ata/ahci_mvebu.c
|
||||||
|
Loading…
Reference in New Issue
Block a user