From patchwork Fri Dec 2 04:13:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 86223 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp90167qgi; Thu, 1 Dec 2016 20:38:09 -0800 (PST) X-Received: by 10.200.52.138 with SMTP id w10mr35437537qtb.49.1480653488978; Thu, 01 Dec 2016 20:38:08 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id g46si2040719qtg.137.2016.12.01.20.38.08; Thu, 01 Dec 2016 20:38:08 -0800 (PST) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 7C4F160E8A; Fri, 2 Dec 2016 04:38:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 19D32634BC; Fri, 2 Dec 2016 04:22:20 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 9021660EE1; Fri, 2 Dec 2016 04:21:50 +0000 (UTC) Received: from mail-pg0-f51.google.com (mail-pg0-f51.google.com [74.125.83.51]) by lists.linaro.org (Postfix) with ESMTPS id 4615A60EF5 for ; Fri, 2 Dec 2016 04:16:05 +0000 (UTC) Received: by mail-pg0-f51.google.com with SMTP id f188so102331069pgc.3 for ; Thu, 01 Dec 2016 20:16:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=uuR7GUGhmoj7zzm+eAaWNnoWuk7w5EkLqT+U+0ooUVQ=; b=IzVvMu+LQkqYYBxINWIDacoHz9u6ok7UVlnSIW0o/JafDB0/A2mkN2HbT2OgkwTyiL RpXSnKpfAzpFZka+A3v4GU7SSrmGm36kHMcExk5e0DJ/itlHbyW6ZYa77ItcvHI6Zahn 4t04JtxobLpJmdrCWBX5gQjwZ1yI8q0C2NNl51RJjPkld8YdfmkoNfHqlov590lS0B2q WR8gvqx/2kQzx0COX2sJSZnIlvH4UJ9aI6FDYbFENXUd24K55XYMQ5HBhofr8ogFROpS 70N8etIaxlogoqLBSOVdCiJ/vEXXtkNIGK4vVz6qE7jMVcd8juJQup6Jr+MwSCd/JiAF VRqQ== X-Gm-Message-State: AKaTC01TbsdhKpgclTGPFM5tr88bd9mnSuWZMMkfskXGUSyBwS93RSNfqbIuBL4P2AO79xUzzrM= X-Received: by 10.84.195.1 with SMTP id i1mr90995648pld.84.1480652164594; Thu, 01 Dec 2016 20:16:04 -0800 (PST) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id u78sm3402349pfa.53.2016.12.01.20.16.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Dec 2016 20:16:04 -0800 (PST) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Fri, 2 Dec 2016 12:13:26 +0800 Message-Id: <1480652017-31676-34-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1480652017-31676-1-git-send-email-heyi.guo@linaro.org> References: <1480652017-31676-1-git-send-email-heyi.guo@linaro.org> Cc: sunchenhui@huawei.com, wanghuiqiang@huawei.com Subject: [Linaro-uefi] [linaro-uefi v5 33/44] Hisilicon: Remove unnesseary variable initializtion X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" The variable will be initialized in the function code, so it is not nesseary to be filled a data in the definition. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo Reviewed-by: Leif Lindholm --- .../Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c b/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c index 005d28f..61473e8 100644 --- a/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c +++ b/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c @@ -226,7 +226,7 @@ GetCacheSocketStr ( OUT CHAR16 *CacheSocketStr ) { - UINTN CacheSocketStrLen = 0; + UINTN CacheSocketStrLen; if(CacheLevel == CPU_CACHE_L1_Instruction) { @@ -258,7 +258,6 @@ UpdateSmbiosCacheTable ( CACHE_SRAM_TYPE_DATA CacheSramType = {0}; CoreCount = 16; // Default value is 16 Core - CacheSize = 0; // // Set Cache Configuration