From patchwork Wed Jun 5 09:38:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 248985 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id AE90F2C0079 for ; Wed, 5 Jun 2013 19:38:27 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UkAAk-0001hy-5R; Wed, 05 Jun 2013 09:38:26 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UkAAf-0001fm-21 for fwts-devel@lists.ubuntu.com; Wed, 05 Jun 2013 09:38:21 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UkAAe-0002wv-V6 for fwts-devel@lists.ubuntu.com; Wed, 05 Jun 2013 09:38:21 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] data: klog.json: remove almost duplicated EC message Date: Wed, 5 Jun 2013 10:38:20 +0100 Message-Id: <1370425100-32687-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King 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 --- 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",