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 13117C7618E for ; Sun, 19 Mar 2023 08:08:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230014AbjCSIGK (ORCPT ); Sun, 19 Mar 2023 04:06:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229468AbjCSIGI (ORCPT ); Sun, 19 Mar 2023 04:06:08 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E30420695 for ; Sun, 19 Mar 2023 01:06:07 -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-out2.suse.de (Postfix) with ESMTPS id DDD0C1F750; Sun, 19 Mar 2023 08:06:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1679213165; 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=xFKWt9KQWhS2S1maXxTMinUcU6Mmw6qrSA/tjsky0tI=; b=fHKhRZhBqAx8n2iXs7fVswRbPQK79/VZf7etwIBqhGN7vY5qKWImWkUcRk6Y/gzz2Iglmu JSNoUcayr79A+zac27KYmZpxf7uPKITFeSWyNxkLSZBCd8iclNl4tI1wHdP3suUj4tDyy0 9NWlcPp052TnSnQHYGjTzVPE4HMry8Q= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1679213165; 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=xFKWt9KQWhS2S1maXxTMinUcU6Mmw6qrSA/tjsky0tI=; b=x+n82/tacPX0D5lwBFqmNoDck2kkZvBw7fxXc6C0kRlyC++O26Q6xHGo+T/HqwJKtbCizM /1u3yJzyEmx/A4DA== 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 BD8D6133E6; Sun, 19 Mar 2023 08:06:05 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id ks6jLW3CFmTpOwAAMHmgww (envelope-from ); Sun, 19 Mar 2023 08:06:05 +0000 Date: Sun, 19 Mar 2023 09:06:05 +0100 Message-ID: <87pm95mahe.wl-tiwai@suse.de> From: Takashi Iwai To: Jiapeng Chong Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Abaci Robot Subject: Re: [PATCH] ALSA: drivers: Remove the unused variable portman_read_data In-Reply-To: <20230317063338.18029-1-jiapeng.chong@linux.alibaba.com> References: <20230317063338.18029-1-jiapeng.chong@linux.alibaba.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 Fri, 17 Mar 2023 07:33:38 +0100, Jiapeng Chong wrote: > > Variable portman_read_data is not effectively used, so delete it. > > sound/drivers/portman2x4.c:195:18: warning: unused function 'portman_read_data'. > > Reported-by: Abaci Robot > Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4557 > Signed-off-by: Jiapeng Chong Thanks, applied now. Takashi