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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C82ECC433F5 for ; Tue, 2 Nov 2021 18:32:19 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D70F260232 for ; Tue, 2 Nov 2021 18:32:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D70F260232 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 4991F169F; Tue, 2 Nov 2021 19:31:27 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 4991F169F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1635877937; bh=FTymGjDXyVKPm+OtFC7DosuuE2bwlhhG9DxncyP56eo=; h=From:To:In-Reply-To:References:Subject:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=F9jQG/G7xhtKy+cgV5kkzQS2fxdEmdwIVfpFmMMl0du7c2238myTOaeUDy20JgEZ1 AWLLAYdNZMSgJGHVV2m9Rdphcc7eVLVJqzpaAt5x7MyRDkUkL7LLeSYpDOwk0fASR8 wUp+vsBfUNeBmV0DQExCVjQ9Bppn7SK8i/D30Q24= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 78B55F8025F; Tue, 2 Nov 2021 19:30:43 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 48728F8025F; Tue, 2 Nov 2021 19:30:40 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 3525FF80224 for ; Tue, 2 Nov 2021 19:30:35 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 3525FF80224 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aWs2vK6M" Received: by mail.kernel.org (Postfix) with ESMTPSA id 3D2EA60F45; Tue, 2 Nov 2021 18:30:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635877831; bh=FTymGjDXyVKPm+OtFC7DosuuE2bwlhhG9DxncyP56eo=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=aWs2vK6MYvxUt7CpOzIwBErT9EYFtBaMVZcm+oq6QK8DM//JVJa/5lBTxbZieVLni eANAzrAI1DZ1TRspMrZk+eAfuoWjtIAAXLDvQCUGeXlPR/igKBTEvnDAyiWm3tCRzm MwQPQA6OxLsNIduYdHTQhIYfqa0bXihbQM3b9yUscx+6jhLldW9mK7UkY+1KjQ41kG Oe+TIVxM4/ObiO0iPZHxmRxvTo6R5uaIU+OW9YUTh6wNIpKxmEIBUuIhgKAIQSm6nV Hwt0QwJMmsqyyWWYGSbrr814rHfQ9VMVE55+jdwKsk360BH2KvYP+XQu8f4kEvNlIz qWACSOt9mYIvw== From: Mark Brown To: Liam Girdwood , Uwe Kleine-König In-Reply-To: <20211019074125.3812513-1-u.kleine-koenig@pengutronix.de> References: <20211019074125.3812513-1-u.kleine-koenig@pengutronix.de> Subject: Re: [PATCH] sound: soc: tlv320aic3x: Make aic3x_remove() return void Message-Id: <163587782996.970357.5314549831349172649.b4-ty@kernel.org> Date: Tue, 02 Nov 2021 18:30:29 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Cc: Wolfram Sang , alsa-devel@alsa-project.org, linux-i2c@vger.kernel.org, kernel@pengutronix.de, linux-spi@vger.kernel.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Tue, 19 Oct 2021 09:41:25 +0200, Uwe Kleine-König wrote: > Up to now aic3x_remove() returns zero unconditionally. Make it return > void instead which makes it easier to see in the callers that there is > no error to handle. > > Also the return value of i2c and spi remove callbacks is ignored anyway. > > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] sound: soc: tlv320aic3x: Make aic3x_remove() return void commit: 2a7985136cac21c8e94e2f1977f052d415d282b0 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