Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36C58C433F5 for ; Sun, 12 Dec 2021 09:01:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229928AbhLLJBR (ORCPT ); Sun, 12 Dec 2021 04:01:17 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:57040 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229593AbhLLJBQ (ORCPT ); Sun, 12 Dec 2021 04:01:16 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id A38B41F3AC; Sun, 12 Dec 2021 09:01:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1639299675; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=myvKX6aaWUQyuRcpS6ozcBW4BDxk3fcFLskgKOInBZg=; b=QET21Flprmcx/Yp84qmWMrtWNukLYsHAlNmiF3dSlcgY2pfI0ofAttdFupuLptlKWzBRGj UJJe5aFPU/p6J4a9+SH16dLr1RwRkaLcLiMP4Q+JYvkkr43aCof8fk9SbtG1EoURQZHLsb QJqgt0DIK+f4/yLShQrmq3VcS5/OcQg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1639299675; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=myvKX6aaWUQyuRcpS6ozcBW4BDxk3fcFLskgKOInBZg=; b=ahIb/F68nloyAdb/IrA0b29AiMIW8fZXfvlJFCAKUaeUlZANM/cj+HyMycuGYOvNr2PsI/ 0SDloUP+ukZA8SBQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 8B803A3B83; Sun, 12 Dec 2021 09:01:15 +0000 (UTC) Date: Sun, 12 Dec 2021 10:01:15 +0100 Message-ID: From: Takashi Iwai To: Jason Wang Cc: tiwai@suse.com, perex@perex.cz, leon@kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: sparc: no need to initialise statics to 0 In-Reply-To: <20211212070422.281924-1-wangborong@cdjrlc.com> References: <20211212070422.281924-1-wangborong@cdjrlc.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 12 Dec 2021 08:04:22 +0100, Jason Wang wrote: > > Static variables do not need to be initialised to 0, because compiler > will initialise all uninitialised statics to 0. Thus, remove the > unneeded initializations. > > Signed-off-by: Jason Wang Thanks, applied now. Takashi