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 49012C636CD for ; Fri, 10 Feb 2023 09:08:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231860AbjBJJIs (ORCPT ); Fri, 10 Feb 2023 04:08:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231591AbjBJJIK (ORCPT ); Fri, 10 Feb 2023 04:08:10 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3AB293771D for ; Fri, 10 Feb 2023 01:07:14 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 57A423FA7E; Fri, 10 Feb 2023 09:07:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1676020033; 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=LjZNy+MQZGuRpBcStmuiOb+yJ0cUSTi7UQsoF2yfxB0=; b=xpZs3XM8TzTBn1nQhBc1DFw5Y5puQdinAr/gxOQZK//3ZqZB6dnkGwbtFUCl9oWxQApJYk wSykcVoeoEPEob5CP2/G2belJeT7aVwm8MdZqnHUpwX3JZjPF9quR/Yp/W+ch3CgvVGGvc GELrb/U33IW/Tf24KuAiwuHRAqmqH5Y= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1676020033; 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=LjZNy+MQZGuRpBcStmuiOb+yJ0cUSTi7UQsoF2yfxB0=; b=SBB3nyDT7kYY2VDI11xTzBVYC0yoAW52kYQjQFoWHSAfAKLg/o17n4e0xPs4Egou37Lcno uh11C+mYiZ4R8+AA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 1CB5513588; Fri, 10 Feb 2023 09:07:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id nvM2BkEJ5mNJHwAAMHmgww (envelope-from ); Fri, 10 Feb 2023 09:07:13 +0000 Date: Fri, 10 Feb 2023 10:07:12 +0100 Message-ID: <87wn4pj3cv.wl-tiwai@suse.de> From: Takashi Iwai To: Zhang Yiqun Cc: cezary.rojewski@intel.com, pierre-louis.bossart@linux.intel.com, liam.r.girdwood@linux.intel.com, peter.ujfalusi@linux.intel.com, yung-chuan.liao@linux.intel.com, ranjani.sridharan@linux.intel.com, kai.vehmanen@linux.intel.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, amadeuszx.slawinski@linux.intel.com, kuninori.morimoto.gx@renesas.com, ckeepax@opensource.cirrus.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda: remove redundant variable in snd_hdac_stream_start() In-Reply-To: <20230209121723.14328-1-zhangyiqun@phytium.com.cn> References: <20230209121723.14328-1-zhangyiqun@phytium.com.cn> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 09 Feb 2023 13:17:23 +0100, Zhang Yiqun wrote: > > This 2nd variables are all set as true in treewide. So I think > it can be removed for easy understanding. > > Signed-off-by: Zhang Yiqun Thanks, applied now. Takashi