From mboxrd@z Thu Jan 1 00:00:00 1970 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 0E82BC6FA86 for ; Thu, 22 Sep 2022 11:53:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231504AbiIVLxx (ORCPT ); Thu, 22 Sep 2022 07:53:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229585AbiIVLxs (ORCPT ); Thu, 22 Sep 2022 07:53:48 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E23129752A for ; Thu, 22 Sep 2022 04:53:47 -0700 (PDT) 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 9990E21A2F; Thu, 22 Sep 2022 11:53:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1663847626; 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=6UAbR9bzsqLI9dSixiZUssIMF8cXGYtHOHjyglb7IGI=; b=yW8vuj6JR89+DvtZEIeZl5M4lqcrp/YEONvBr0wkB24ZouS4OuofSjkx1evIWwmon9Ama1 fuuOf61nxLBMcaLrzOQao7q/lw7IwcRuZmL7X3YZvL+VeqnXmW5LqTCeCDE1yfkG7/EPqI TTw7xh7dm+Dedj95bFaCt1JkPDJBDNA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1663847626; 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=6UAbR9bzsqLI9dSixiZUssIMF8cXGYtHOHjyglb7IGI=; b=mGgKpOgkFgKOSrRjylbWP1odDtzfLD1Bko/YxFJ0uePZfBFbNBw/enPr9oW/PaeOWvHlQH Yng3eK0o8xfUHKDg== 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 79FEC13AA5; Thu, 22 Sep 2022 11:53:46 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id y1gxHcpMLGNaRwAAMHmgww (envelope-from ); Thu, 22 Sep 2022 11:53:46 +0000 Date: Thu, 22 Sep 2022 13:53:46 +0200 Message-ID: <87bkr77hh1.wl-tiwai@suse.de> From: Takashi Iwai To: cgel.zte@gmail.com Cc: tiwai@suse.com, perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, ye xingchen , Zeal Robot Subject: Re: [PATCH linux-next] ALSA: hda/ca0132 - remove the unneeded result variable In-Reply-To: <20220922112846.236987-1-ye.xingchen@zte.com.cn> References: <20220922112846.236987-1-ye.xingchen@zte.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, 22 Sep 2022 13:28:46 +0200, cgel.zte@gmail.com wrote: > > From: ye xingchen > > Return the value dsp_allocate_ports() directly instead of storing it in > another redundant variable. > > Reported-by: Zeal Robot > Signed-off-by: ye xingchen Thanks, applied. Takashi