Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp772615pxu; Fri, 4 Dec 2020 15:34:19 -0800 (PST) X-Google-Smtp-Source: ABdhPJzduGOSULXkVqbU25Ugs4MS3KzPqpf8i6QoXPVCqq7XgiMrVnZZkaMNApphgXUEd0vJncas X-Received: by 2002:a17:907:270e:: with SMTP id w14mr9466821ejk.552.1607124859527; Fri, 04 Dec 2020 15:34:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607124859; cv=none; d=google.com; s=arc-20160816; b=VAtY+OrwC+aTmoC4JCQ6tmsFzbbKG1N5ZBcjAnLdloqn6zEbEd0wosiCcbPQiMTuWk ea37aC1UC5uNbf/vmtKfwcVfknl1oOdrttzQ0hoM2YmVBUjQCzz1+vxkP5mrAzSm2Hhn Ku3GcVnLaAjpi2/J6FA/+yQjAJmbFa+rOpUrxSiyfOK4azAzu23Xjiu5QBWtjeRb4PiX 2+vKvTruvAPF7e4ujMJyOHNZhhjI6bAMYqL3Ouwb6I93TK/vRTdXExEZzbEvc+KnOd3J 0lgV3eUDVi3dL7XS+V7LDpuQ/TvmN6jJSBg1CNY0sxOsR4AovQ1YW5CnxOEmZDH/2mca qJ7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=efbELt3AvLI8Uwm28j/dBpMyBR8ztVka2iEanmxu6Xw=; b=HynHeU5yjaNCVMNu/uz0mWbUDeyIyGukTrBE8IfXlG0VqWZ3nosM69fRh9FhHGz6JE o75AjIJR0Ag0NpwaSAykQBuqbxEU0MrBFIfUghLO/93415Z8D3uuw62mnhnOjdH52J4h za4gNMqueX+28vpoVBoqB8NKFmMWe9dNqjSaXiPJkQxJfSelfxwdRs8/7oqMRXg5oDfQ 48i+D+PXtHaUqf7+ZMx3yLKAeIl7WanVfLm2gc1+QIEkVT7MIEKUYDcEdWls3I+oRws/ OhCGSC+vUzBnD+Wp8godY0Qtw4z0gzODgubtMR8H+WQpCe+S+1gfkMDu1aw5XTJ+sMRi Vwyw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i11si4888286edb.323.2020.12.04.15.33.57; Fri, 04 Dec 2020 15:34:19 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730919AbgLDXbO (ORCPT + 99 others); Fri, 4 Dec 2020 18:31:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:41964 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726634AbgLDXbM (ORCPT ); Fri, 4 Dec 2020 18:31:12 -0500 From: Mark Brown Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: Arnd Bergmann , Nicolin Chen , Shengjiu Wang , Liam Girdwood , Timur Tabi , Takashi Iwai , Xiubo Li , Jaroslav Kysela Cc: linux-kernel@vger.kernel.org, Fabio Estevam , Shengjiu Wang , alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, Arnd Bergmann In-Reply-To: <20201203222900.1042578-1-arnd@kernel.org> References: <20201203222900.1042578-1-arnd@kernel.org> Subject: Re: [PATCH] ASoC: fsl_aud2htx: mark PM functions as __maybe_unused Message-Id: <160712460213.7629.13692802144415827947.b4-ty@kernel.org> Date: Fri, 04 Dec 2020 23:30:02 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Dec 2020 23:28:47 +0100, Arnd Bergmann wrote: > When CONFIG_PM is disabled, we get a warning for unused functions: > > sound/soc/fsl/fsl_aud2htx.c:261:12: error: unused function 'fsl_aud2htx_runtime_suspend' [-Werror,-Wunused-function] > static int fsl_aud2htx_runtime_suspend(struct device *dev) > sound/soc/fsl/fsl_aud2htx.c:271:12: error: unused function 'fsl_aud2htx_runtime_resume' [-Werror,-Wunused-function] > static int fsl_aud2htx_runtime_resume(struct device *dev) > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl_aud2htx: mark PM functions as __maybe_unused commit: 7b153760513cee875515398f4a9ba329a8d426e2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark