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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9EBD7C00140 for ; Mon, 15 Aug 2022 16:34:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-Id:Subject:References:In-Reply-To:Cc: To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=IqdJ15U5P52EyStiXpKOkAJSZU/ujlclAiUvwGZwAHM=; b=AoWTfbkRfR9IrRK/LnsiC4ReIT 4L6Ettc4mZD1bKeNRwXikYFYqA6dq5t82lrM65rvK5QkQ2XNVvYp1Pw0IctujyBEFDSvxE+X32ND+ yscXLC8HFJd1pDdvhoX2d/tMTRXr1NYadCTMckEDLk+IY1K+oWUaD05kChdZALTshDqMVvfc3z7Nw McwC7Ad0UtK3156EhB4zve0eZZK2Qdc/YNf7GqqnvGs7yr5AUvnLsWWF0Tzpb26CKBO448VzqkIRc rKpi5Rxht25O31Z9GEC4VxZfV0uWJMbDm3W5X3ZObmT8vTICn/jGk0T7spuLEx06DxXEmzB9u0DBA mIEUIepA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oNd2W-001hEe-7I; Mon, 15 Aug 2022 16:34:08 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oNcs8-001YmU-LD for linux-mediatek@lists.infradead.org; Mon, 15 Aug 2022 16:23:28 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2B111611E8; Mon, 15 Aug 2022 16:23:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 94311C4347C; Mon, 15 Aug 2022 16:23:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660580602; bh=M48z2KqCHhL953p7b1Jg0Gu4m0TjqNK8KDEbgoo0JM8=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=FXq9TSSYTg7OpDTuH1ZAddk6xdRmPg/M2VqfFMK5gt0bsnL3QVez4AZAZNCyRXiSM NOdlOYS6T4qufeYEdhi6y6C35ew+IOkuT7DiaI67iPHNhfMirG0P8wDi1oVqnuAOFV CsQvZfeZUnvTwJpHn/dL5hdv8Cjg4vu71h10IfzLbpkY9+xnEf5Rr+W9s42HjW5GHy 7s4SRipdH7iORl66cbaUSBwqsF2tLqkleK7ni6c5B8P566CA/jpVdFPt6opUcew30n +bwWyp+5vHJCHeyIU07yzpU1fPtox03xyA7pCjbz12wlSgs3ar+Rhjprtuy2TXiLK8 Iop3mp0X+d6/A== From: Mark Brown To: Dan Carpenter , Argus Lin , Liam Girdwood Cc: Jaroslav Kysela , Liang He , kernel-janitors@vger.kernel.org, Takashi Iwai , alsa-devel@alsa-project.org, Matthias Brugger , linux-mediatek@lists.infradead.org In-Reply-To: References: Subject: Re: [PATCH] ASoC: mt6359: fix tests for platform_get_irq() failure Message-Id: <166058060031.769843.15519074468480649760.b4-ty@kernel.org> Date: Mon, 15 Aug 2022 17:23:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.10.0-dev-fe10a X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220815_092325_060633_314B74B5 X-CRM114-Status: GOOD ( 11.71 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Thu, 11 Aug 2022 14:01:26 +0300, Dan Carpenter wrote: > The platform_get_irq() returns negative error codes. It can't actually > return zero, but if it did that should be treated as success. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: mt6359: fix tests for platform_get_irq() failure commit: 51eea3a6fb4d39c2cc71824e6eee5949d7ae4d1c 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