From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 61FD97E for ; Fri, 24 Mar 2023 07:00:37 +0000 (UTC) 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 B858C1FE73; Fri, 24 Mar 2023 06:51:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1679640671; 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=kumoekrAR6uPIqgjGzGwR0o/XoKFHU6/vV26z2T8d3k=; b=qWmmyq+rrXGhqtKDUOLclw+67JZrJGNCLvCp+v9IZC8MO95/zXAltir4LyM5q/3TjS/QQm SGbT5oXVABlb9oDYdXRloUSas6bIyRJqlJjSuR1xNl4ydEBz0PoaQSRl0dK8Mm5ryE4oiC X1/bLQn1TpVOSLkmeH7Otv+5LG9LOSU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1679640671; 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=kumoekrAR6uPIqgjGzGwR0o/XoKFHU6/vV26z2T8d3k=; b=XscY3IZ88fbydSIGUNdUyPmmk8QvuLYacZBgbtgJkNceceYydG0+oR7gCk9GlacTwlqiEG yY5wFArqpXqpsODw== 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 8A147133E5; Fri, 24 Mar 2023 06:51:11 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id /EXkIF9IHWRXTAAAMHmgww (envelope-from ); Fri, 24 Mar 2023 06:51:11 +0000 Date: Fri, 24 Mar 2023 07:51:11 +0100 Message-ID: <878rfmhcbk.wl-tiwai@suse.de> From: Takashi Iwai To: Tom Rix Cc: perex@perex.cz, tiwai@suse.com, nathan@kernel.org, ndesaulniers@google.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev Subject: Re: [PATCH] ALSA: hdspm: remove unused copy_u32_le function In-Reply-To: <20230323202713.2637150-1-trix@redhat.com> References: <20230323202713.2637150-1-trix@redhat.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII On Thu, 23 Mar 2023 21:27:13 +0100, Tom Rix wrote: > > clang with W=1 reports > sound/pci/rme9652/hdspm.c:6149:19: error: unused function > 'copy_u32_le' [-Werror,-Wunused-function] > static inline int copy_u32_le(void __user *dest, void __iomem *src) > ^ > This function is not used so remove it. > > Signed-off-by: Tom Rix Applied to for-next branch. Thanks. Takashi