[PATCH] data: klog.json: remove almost duplicated EC message
Colin King
colin.king at canonical.com
Wed Jun 5 09:38:20 UTC 2013
From: Colin Ian King <colin.king at canonical.com>
It appers we have this message almost identically duplicated in
the klog.json database, except for an if/of spelling difference.
Remove the duplicate entry. Spotted by Alex Hung.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
data/klog.json | 8 --------
1 file changed, 8 deletions(-)
diff --git a/data/klog.json b/data/klog.json
index b581d1b..9727894 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -3739,14 +3739,6 @@
},
{
"compare_mode": "regex",
- "log_level": "LOG_LEVEL_HIGH",
- "tag": "FWTS_TAG_EMBEDDED_CONTROLLER",
- "pattern": "EC.*input buffer is not empty, aborting transaction",
- "advice": "The ACPI Embedded Controller (EC) driver attempted to perform a read or write transaction but had to abort because the EC was still busy and the input buffer was not emptied within 500ms. Normally this indicates an EC firmware fault. One can try increasing the delay using the acpi.ec_delay kernel parameter or writing to /sys/module/acpi/parameters/ec_delay - however this generally does not help much of the EC firmware is buggy.",
- "label": "KlogAcpiEcInputBufferIsNotEmpty"
- },
- {
- "compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI",
"pattern": "pnp.*can't evaluate _CRS: 12311",
--
1.8.1.2
More information about the fwts-devel
mailing list