Skip to content

Commit 655e7ae

Browse files
starnightbjorn-helgaas
authored andcommitted
Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"
Since e045fa2 ("PCI/MSI: Fix incorrect MSI-X masking on resume") is merged, we can revert the previous quirk now. This reverts commit 19ea025. Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=204887 Fixes: 19ea025 ("nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jian-Hong Pan <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Christoph Hellwig <[email protected]> Cc: [email protected]
1 parent e045fa2 commit 655e7ae

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

drivers/nvme/host/core.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,16 +2404,6 @@ static const struct nvme_core_quirk_entry core_quirks[] = {
24042404
.vid = 0x14a4,
24052405
.fr = "22301111",
24062406
.quirks = NVME_QUIRK_SIMPLE_SUSPEND,
2407-
},
2408-
{
2409-
/*
2410-
* This Kingston E8FK11.T firmware version has no interrupt
2411-
* after resume with actions related to suspend to idle
2412-
* https://bugzilla.kernel.org/show_bug.cgi?id=204887
2413-
*/
2414-
.vid = 0x2646,
2415-
.fr = "E8FK11.T",
2416-
.quirks = NVME_QUIRK_SIMPLE_SUSPEND,
24172407
}
24182408
};
24192409

0 commit comments

Comments
 (0)