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 00B5AC4332F for ; Thu, 22 Dec 2022 08:13:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235043AbiLVINM (ORCPT ); Thu, 22 Dec 2022 03:13:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235001AbiLVING (ORCPT ); Thu, 22 Dec 2022 03:13:06 -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 054982229F for ; Thu, 22 Dec 2022 00:13:01 -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 A7BEA8B974; Thu, 22 Dec 2022 08:12:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1671696779; 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=m8IUxg30q2xnjYZkNJzonGNyqoNi6J288MMHc7Biy2c=; b=f933IMEnO+OJTjhUUmmn4TtY3e37vycgyufITc+pGwDrE0EE2HGiLxsQR1XfzcexwnQe8r hsCy5OUGZFapdKq27q1g2eQWFJ9V6rSpwxcUPlkTO4o8kcaHrdww22ctNCUqISMOOU/MJl LAENi+Jm36fcUEUI2nESsHW5rxEhLD4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1671696779; 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=m8IUxg30q2xnjYZkNJzonGNyqoNi6J288MMHc7Biy2c=; b=xdNC8qHuDuhF6o71Cy66+sukejlf73g1pN9TQX6UiMBzfgDs40yfvBs6r5TIWOx3vJrbOO +ILbzhUbhYomsBDg== 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 7EFC613918; Thu, 22 Dec 2022 08:12:59 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id IFMFHosRpGMLKAAAMHmgww (envelope-from ); Thu, 22 Dec 2022 08:12:59 +0000 Date: Thu, 22 Dec 2022 09:12:58 +0100 Message-ID: <87mt7f501h.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: azt3328: Remove the unused function snd_azf3328_codec_outl() In-Reply-To: <20221213061355.62856-1-jiapeng.chong@linux.alibaba.com> References: <20221213061355.62856-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 Tue, 13 Dec 2022 07:13:55 +0100, Jiapeng Chong wrote: > > The function snd_azf3328_codec_outl is defined in the azt3328.c file, but > not called elsewhere, so remove this unused function. > > sound/pci/azt3328.c:367:1: warning: unused function 'snd_azf3328_codec_outl'. > > Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3432 > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong Thanks, applied now. Takashi