summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-sources-redcore/files/6.5-ata-fix-NCQ-LOG-strings-and-move-to-debug.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-24 12:27:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-24 12:27:10 +0000
commitf0441898622982ede21c3104ca8beb040489dadf (patch)
treee0d214f5acb3683e05a5a20ca12c5a78a0828f3f /sys-kernel/linux-sources-redcore/files/6.5-ata-fix-NCQ-LOG-strings-and-move-to-debug.patch
parent1aa5bb1d09eb82316d7bc8f902756f49921ac4e7 (diff)
sys-kernel/linux-{image,sources}-redcore : version bump (v6.7.x)
Diffstat (limited to 'sys-kernel/linux-sources-redcore/files/6.5-ata-fix-NCQ-LOG-strings-and-move-to-debug.patch')
-rw-r--r--sys-kernel/linux-sources-redcore/files/6.5-ata-fix-NCQ-LOG-strings-and-move-to-debug.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-kernel/linux-sources-redcore/files/6.5-ata-fix-NCQ-LOG-strings-and-move-to-debug.patch b/sys-kernel/linux-sources-redcore/files/6.5-ata-fix-NCQ-LOG-strings-and-move-to-debug.patch
deleted file mode 100644
index 344a8c4b..00000000
--- a/sys-kernel/linux-sources-redcore/files/6.5-ata-fix-NCQ-LOG-strings-and-move-to-debug.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur linux-4.16.5/drivers/ata/libata-core.c linux-4.16.5-p/drivers/ata/libata-core.c
---- linux-4.16.5/drivers/ata/libata-core.c 2018-04-26 11:00:39.000000000 +0200
-+++ linux-4.16.5-p/drivers/ata/libata-core.c 2018-04-28 02:19:06.632381413 +0200
-@@ -2201,7 +2201,7 @@
- unsigned int err_mask;
-
- if (!ata_log_supported(dev, ATA_LOG_NCQ_SEND_RECV)) {
-- ata_dev_warn(dev, "NCQ Send/Recv Log not supported\n");
-+ ata_dev_dbg(dev, "NCQ Send/Recv Log not supported\n");
- return;
- }
- err_mask = ata_read_log_page(dev, ATA_LOG_NCQ_SEND_RECV,
-@@ -2230,8 +2230,8 @@
- unsigned int err_mask;
-
- if (!ata_log_supported(dev, ATA_LOG_NCQ_NON_DATA)) {
-- ata_dev_warn(dev,
-- "NCQ Send/Recv Log not supported\n");
-+ ata_dev_dbg(dev,
-+ "NCQ Non-Data Log not supported\n");
- return;
- }
- err_mask = ata_read_log_page(dev, ATA_LOG_NCQ_NON_DATA,