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 1AA16C636CD for ; Fri, 10 Feb 2023 09:11:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231752AbjBJJLM (ORCPT ); Fri, 10 Feb 2023 04:11:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231719AbjBJJKv (ORCPT ); Fri, 10 Feb 2023 04:10:51 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6037A9016 for ; Fri, 10 Feb 2023 01:10:42 -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 20BFB3FBE7; Fri, 10 Feb 2023 09:10:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1676020241; 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=IF9tt9i6pRkjAdiKbukDmKj4BSuH9YjD5pGYMZ5t3hE=; b=Zk2QgIaClHkiHVYi+SlaqluM1tUB+mmyTO3ySICBd41ad7PTin7ofyXiu1W13rzUBpAqQ6 teQIWb8NsfuATS0iI7uDQHB1vmHiK0f2q5bJRAuPIxEt5I3gErHE6VWTGZkHLQEC+GRA5G zAMpWZXWjAe75nEWRAw7pPQgbId7im4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1676020241; 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=IF9tt9i6pRkjAdiKbukDmKj4BSuH9YjD5pGYMZ5t3hE=; b=TVcoP6/Y/30UqsEpANRRPaBxbBAC8eDQ9nEl3StAzkQqlsZSoCbg4wkDu/KMBa/LVWuAIL eFXRyoUuELk2p+CQ== 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 F103813588; Fri, 10 Feb 2023 09:10:40 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id up08OhAK5mM3IQAAMHmgww (envelope-from ); Fri, 10 Feb 2023 09:10:40 +0000 Date: Fri, 10 Feb 2023 10:10:40 +0100 Message-ID: <87v8k9j373.wl-tiwai@suse.de> From: Takashi Iwai To: Stefan Binding Cc: Jaroslav Kysela , Takashi Iwai , , , , Vitaly Rodionov Subject: Re: [PATCH v1 1/3] ALSA: hda/cs35l41: Fix error condition check In-Reply-To: <20230209160403.838326-2-sbinding@opensource.cirrus.com> References: <20230209160403.838326-1-sbinding@opensource.cirrus.com> <20230209160403.838326-2-sbinding@opensource.cirrus.com> 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 17:04:01 +0100, Stefan Binding wrote: > > From: Vitaly Rodionov > > Function hda_cs_dsp_write_ctl() returns 3 possible values: > 0 - no change, 1 - value has changed and -1 - error, so value 1 > is not an error. > > Signed-off-by: Vitaly Rodionov When you submit a patch, you must add your Signed-off-by line. Also, this looks like no new bug, so it's worth to add Fixes tag, if any? (Not only about this patch but others, too.) Last but not least, please make the subject prefix consistent over the patch series. thanks, Takashi