From patchwork Wed Sep 14 09:11:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1677724 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=gRHr9Av5; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MSF2518RWz1ync for ; Wed, 14 Sep 2022 19:11:25 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1oYOQT-0005vC-VE; Wed, 14 Sep 2022 09:11:21 +0000 Received: from smtp-relay-canonical-1.internal ([10.131.114.174] helo=smtp-relay-canonical-1.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1oYOQT-0005uj-32 for fwts-devel@lists.ubuntu.com; Wed, 14 Sep 2022 09:11:21 +0000 Received: from canonical.com (123-204-5-118.dynamic.seed.net.tw [123.204.5.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 2DA2C3F1E0 for ; Wed, 14 Sep 2022 09:11:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1663146680; bh=36uXhp7VNDk71MD5QbkBDfKJkW26QsbGGK0UBJ3yExk=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=gRHr9Av5lSy8z/BDo8/tOeFnbnwbAr5n6S+M98IVoeA/keX1YT34aJ1nyxiBwef10 uYi2AptNfW04RZqZel43/wgs+C3Su+JDmrU6BxfYuB/0ndTry2LA5YxxjSyS35UxuZ bFwEr0XYR3CvvAr1tcQ+JmespFeSQ4i/sWtmyg3r1XBUpsTwz6tiweHFUwQH2i/658 wX6I15/3oarW0Fr3qhFJ6YT6LB5bLKD3LlQg64x3FqfsjdKfnUe40ddEjFeBjhl2sA dyWbOzXAJKdmSGQguwgnbU2jwagnPzFnMkHdPXBVyAhlewRFzu7SyA696pyCHdXWHu VrQoyPJzgUb7w== From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH] acpi: iort: remove redundant code Date: Wed, 14 Sep 2022 17:11:17 +0800 Message-Id: <20220914091117.70103-1-ivan.hu@canonical.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" No function impact. Signed-off-by: Ivan Hu --- src/acpi/iort/iort.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/acpi/iort/iort.c b/src/acpi/iort/iort.c index 9a8059a2..06f5aa24 100644 --- a/src/acpi/iort/iort.c +++ b/src/acpi/iort/iort.c @@ -667,7 +667,6 @@ static int iort_test1(fwts_framework *fw) } if (table->length < sizeof(fwts_acpi_table_iort)) { - passed = false; fwts_failed(fw, LOG_LEVEL_HIGH, "IORTTooShort", "IORT table too short, expecting %zu bytes, "