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 8FA15EB64DD for ; Thu, 27 Jul 2023 19:32:32 +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:MIME-Version:Date:Message-Id:Subject: References:In-Reply-To:To:From:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HtmMzuWkMSMP4X1hQ8YQ2UWEjPf2QFDenbAEhyQamuY=; b=R0mjMLRLpwgXwy q83h7LciDrw8JjqAvYJzXvXGZrMNqqEyS/4bmyGB5/7MJq/q0N1ODWdY/snrOl/JvU1xGTBR7zycE GJHI1SlkYSpKg5QKPg8XPsmgLs7C6bge/506X0oXWbXyxf66Nc7BfdpWxhZKNNk+SlvmG6bXC6cbg PTFvHpmrQux2k9+HItl8spqZxqbSOJyog9cV+A/+8tojoOXt45/Y/CgOVRFXojeF96RAMhNOr0msJ k3vK15xtaQwFUAJ+kKioGqY0EhXHckIyKmdtcaDbXtakTnK7cRJ8lZTcFdiV9o6FtaLHqkTGNIpck ycfHpOrtT8Km3Qjj5YTA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qP6iZ-000K8T-0a; Thu, 27 Jul 2023 19:32:11 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qP6iW-000K7v-0C for linux-arm-kernel@lists.infradead.org; Thu, 27 Jul 2023 19:32:09 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8C41A61E83; Thu, 27 Jul 2023 19:32:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8BE67C433C8; Thu, 27 Jul 2023 19:32:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690486327; bh=vfQGAejKZ0C1dV2ZU3c4HwdGEhiVDbGHzWFLcFkuffE=; h=From:To:In-Reply-To:References:Subject:Date:From; b=Qe36Xr+GMFZHAlWFXazgGks/p2iLuJngiZ2Km0gjLCEDD7TpOghOa6JMm+GiaB9jM iFZBylzkCsPMUx5U0mtQaZvSepfxl4j/4Xbv/m3MSo6gJRSSkOQgoeg+rCgAWPghX/ S+AgHcVZJiyoqwaW+53WSy+lkOnAFudeQKztsFSXQCuF7cZpG4/7y0VOZ0OxCw15Er lOm6F5XmbiWY+5hK5X95CmaKn5+W+24aqk1VO10dwQOPb19f1muimsekxmY0wY7w77 uzv+/Z91wo83tAxiQJR9dgzEO/fzC085mEQgHP43loavg5K+27BBMnDOdilyTeWl3k CYB372eDEZl9g== From: Mark Brown To: andi.shyti@kernel.org, krzysztof.kozlowski@linaro.org, alim.akhtar@samsung.com, linux-spi@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Chen Jiahao In-Reply-To: <20230727131635.2898051-1-chenjiahao16@huawei.com> References: <20230727131635.2898051-1-chenjiahao16@huawei.com> Subject: Re: [PATCH -next] spi: s3c64xx: Clean up redundant dev_err_probe() Message-Id: <169048632527.156543.15543418164260508901.b4-ty@kernel.org> Date: Thu, 27 Jul 2023 20:32:05 +0100 MIME-Version: 1.0 X-Mailer: b4 0.13-dev-099c9 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230727_123208_160260_39FF22F0 X-CRM114-Status: GOOD ( 13.00 ) 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 Thu, 27 Jul 2023 21:16:35 +0800, Chen Jiahao wrote: > Referring to platform_get_irq()'s definition, the return value has > already been checked if ret < 0, and printed via dev_err_probe(). > Calling dev_err_probe() one more time outside platform_get_irq() > is obviously redundant. > > Removing dev_err_probe() outside platform_get_irq() to clean up > above problem. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: s3c64xx: Clean up redundant dev_err_probe() commit: b2b561757027ef03b1243c828820a9004458194c 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel