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 BDB2AC00528 for ; Sat, 5 Aug 2023 02:45:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=oIU0LbZfIBNxrdgxlgxSuLMgF5i3fn7M2bLRIBWUtyg=; b=Y9rqqkg8SgY06p AwlsDftYOPZrI0CxVuX/64A5Kfa4cS5ZngJaFQaKLwbbFWu8Q3SlaFkl59Vocfaq2jyXFPJl8SK34 KKU844lMBe0+t6bVNGJE93njgc773hWyGgWQkg8uq3q8c3FCBicMBAIrn4rmWVfuVZZUB1GHR4/kD RiX5cr+7YoCisUwcmQNxkngHYVNS9feP1IQKEX/Za6VD9z9I0Yuo4lCdZXWOi1CVtNVkZdEWdPJhG Fx07czfATGydOdk39iwZokjTiYiS86IuauJSX5pkNw71cv5QeNGkcx/NfOOdhhTW7g+fxGSFaJTBU TuIWNZqM85C68wilENhw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qS7Hr-00Db1d-0W; Sat, 05 Aug 2023 02:45:03 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qS7Hn-00Db0t-0t for linux-arm-kernel@lists.infradead.org; Sat, 05 Aug 2023 02:45:01 +0000 Received: from kwepemi500008.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4RHn1q37y5zVk2P; Sat, 5 Aug 2023 10:42:55 +0800 (CST) Received: from [10.67.109.254] (10.67.109.254) by kwepemi500008.china.huawei.com (7.221.188.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Sat, 5 Aug 2023 10:44:43 +0800 Message-ID: Date: Sat, 5 Aug 2023 10:44:37 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH -next] i2c: stm32: fix the return value handle for platform_get_irq() To: Andi Shyti , , , , , , , References: <20230731112755.1943630-1-ruanjinjie@huawei.com> <169119887102.1781235.17733733758389845864.b4-ty@kernel.org> Content-Language: en-US From: Ruan Jinjie In-Reply-To: <169119887102.1781235.17733733758389845864.b4-ty@kernel.org> X-Originating-IP: [10.67.109.254] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemi500008.china.huawei.com (7.221.188.139) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230804_194459_518646_0EAB34CF X-CRM114-Status: UNSURE ( 8.29 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2023/8/5 9:29, Andi Shyti wrote: > Hi > > On Mon, 31 Jul 2023 19:27:55 +0800, Ruan Jinjie wrote: >> There is no possible for platform_get_irq() to return 0, >> and the return value of platform_get_irq() is more sensible >> to show the error reason. >> >> > > With the commit log fixed, applied to i2c/andi-for-next on Thank you! > > https://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git > > Please note that this patch may still undergo further evaluation > and the final decision will be made in collaboration with > Wolfram. > > Thank you, > Andi > > Patches applied > =============== > [1/1] i2c: stm32: fix the return value handle for platform_get_irq() > commit: 603b3cf89d8a96cc0e51eb15853f28944eb78f31 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel