diff options
Diffstat (limited to 'sys-kernel/linux-image-redcore/files/5.4-nvme-suspend-resume-workaround.patch')
-rw-r--r-- | sys-kernel/linux-image-redcore/files/5.4-nvme-suspend-resume-workaround.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-kernel/linux-image-redcore/files/5.4-nvme-suspend-resume-workaround.patch b/sys-kernel/linux-image-redcore/files/5.4-nvme-suspend-resume-workaround.patch deleted file mode 100644 index 684a939f..00000000 --- a/sys-kernel/linux-image-redcore/files/5.4-nvme-suspend-resume-workaround.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur linux-5.2.14-nvme-resume/drivers/nvme/host/pci.c linux-5.2.14-nvme/drivers/nvme/host/pci.c ---- linux-5.2.14-nvme-resume/drivers/nvme/host/pci.c 2019-09-11 21:23:38.746030937 +0200 -+++ linux-5.2.14-nvme/drivers/nvme/host/pci.c 2019-09-11 23:29:45.638351764 +0200 -@@ -1072,6 +1072,8 @@ - u16 start, end; - int found; - -+ if (!nvme_cqe_pending(nvmeq)) -+ return 0; - /* - * For a poll queue we need to protect against the polling thread - * using the CQ lock. For normal interrupt driven threads we have |