From patchwork Sat Nov 19 08:38:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 83108 Delivered-To: patch@linaro.org Received: by 10.140.97.165 with SMTP id m34csp508822qge; Sat, 19 Nov 2016 01:12:19 -0800 (PST) X-Received: by 10.237.62.202 with SMTP id o10mr2503288qtf.2.1479546739287; Sat, 19 Nov 2016 01:12:19 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id a71si7710585qkg.6.2016.11.19.01.12.18; Sat, 19 Nov 2016 01:12:19 -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 CAC94609FC; Sat, 19 Nov 2016 09:12:18 +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_H2 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 06AEB6352E; Sat, 19 Nov 2016 08:48:24 +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 0F54160CC3; Sat, 19 Nov 2016 08:47:06 +0000 (UTC) Received: from mail-pg0-f48.google.com (mail-pg0-f48.google.com [74.125.83.48]) by lists.linaro.org (Postfix) with ESMTPS id 4171E60E99 for ; Sat, 19 Nov 2016 08:40:59 +0000 (UTC) Received: by mail-pg0-f48.google.com with SMTP id p66so111362074pga.2 for ; Sat, 19 Nov 2016 00:40:59 -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=F68qcTOrTqOyWAA8Noagq9K5OQr24nMKAxWusHjgx14X4TWKjxFd326hdlQ7tpgHQf gIBODuZuK9OPTCZ4Bgq11O8KzyOlmzXL2jtHEtbWJ3HWT4VFxkOw3E0vkjudtEUKkH2W GG0oWhY7Orl7WnPH5qw/2dTctUL1xU5DavW5HbVFmmuxTzi9r1EgeSExn7pQm992Y8ql L/KkUkQBZJ9RKj7BBJiHAl2D8nItxcYiO1pLGF/CB9Qc3SfMA/D2TbQiY/jK/Dfis4Sp ODUnSOyWeUNyxweDfknUvKktXMma7csyJt1w0/hx2Qzob2nLZ0B5DC5lbtL6bonpOCti jfpA== X-Gm-Message-State: AKaTC03oAnfO4IOETfp4uOla0WRm78vKP5QL7V5v7roue3NL2yIHY1h33wTCkI+qqQzxsjtm8bw= X-Received: by 10.99.226.83 with SMTP id y19mr8396252pgj.147.1479544858622; Sat, 19 Nov 2016 00:40:58 -0800 (PST) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id v193sm5106241pgb.37.2016.11.19.00.40.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 19 Nov 2016 00:40:58 -0800 (PST) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Sat, 19 Nov 2016 16:38:05 +0800 Message-Id: <1479544691-59575-51-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1479544691-59575-1-git-send-email-heyi.guo@linaro.org> References: <1479544691-59575-1-git-send-email-heyi.guo@linaro.org> Subject: [Linaro-uefi] [Patch v4 50/56] 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