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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25F67C001E0 for ; Wed, 2 Aug 2023 20:47:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230228AbjHBUry (ORCPT ); Wed, 2 Aug 2023 16:47:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231708AbjHBUru (ORCPT ); Wed, 2 Aug 2023 16:47:50 -0400 X-Greylist: delayed 2154 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 02 Aug 2023 13:47:49 PDT Received: from 4.mo561.mail-out.ovh.net (4.mo561.mail-out.ovh.net [178.33.46.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 28C981FF2 for ; Wed, 2 Aug 2023 13:47:48 -0700 (PDT) Received: from director1.ghost.mail-out.ovh.net (unknown [10.109.156.133]) by mo561.mail-out.ovh.net (Postfix) with ESMTP id 7E79C264A1 for ; Wed, 2 Aug 2023 20:11:52 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-6cqtb (unknown [10.110.171.144]) by director1.ghost.mail-out.ovh.net (Postfix) with ESMTPS id BEA6D1FD73; Wed, 2 Aug 2023 20:11:50 +0000 (UTC) Received: from etezian.org ([37.59.142.105]) by ghost-submission-6684bf9d7b-6cqtb with ESMTPSA id SgH5Koa4ymSYJQAAgyrAAA (envelope-from ); Wed, 02 Aug 2023 20:11:50 +0000 Authentication-Results: garm.ovh; auth=pass (GARM-105G006804341e4-daf0-46ff-a296-e082e55f34d6, 0C641BB37B7CC30D107EA61C426C60CA54BC1A77) smtp.auth=andi@etezian.org X-OVh-ClientIp: 178.238.172.51 From: Andi Shyti To: krzysztof.kozlowski@linaro.org, alim.akhtar@samsung.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-i2c@vger.kernel.org, Ruan Jinjie Cc: Andi Shyti Subject: Re: [PATCH -next] i2c: s3c2410: Remove redundant dev_err() Date: Wed, 2 Aug 2023 22:10:35 +0200 Message-Id: <169100562768.1919254.7407243487471763166.b4-ty@kernel.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230726174226.2480552-1-ruanjinjie@huawei.com> References: <20230726174226.2480552-1-ruanjinjie@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 13296877901830949447 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedviedrkedtgdeglecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvfevufffkffojghfgggtgfesthekredtredtjeenucfhrhhomheptehnughiucfuhhihthhiuceorghnughirdhshhihthhisehkvghrnhgvlhdrohhrgheqnecuggftrfgrthhtvghrnhepveevieffieefgfefuddvteelffeuhfelffejteejuddvveekveehvdejgeefteevnecuffhomhgrihhnpehkvghrnhgvlhdrohhrghenucfkphepuddvjedrtddrtddruddpudejkedrvdefkedrudejvddrhedupdefjedrheelrddugedvrddutdehnecuvehluhhsthgvrhfuihiivgepgeenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeorghnughisegvthgviihirghnrdhorhhgqedpnhgspghrtghpthhtohepuddprhgtphhtthhopehlihhnuhigqdhivdgtsehvghgvrhdrkhgvrhhnvghlrdhorhhgpdfovfetjfhoshhtpehmohehiedupdhmohguvgepshhmthhpohhuth Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi On Wed, 26 Jul 2023 17:42:26 +0000, Ruan Jinjie wrote: > There is no need to call the dev_err() function directly to print a custom > message when handling an error from platform_get_irq() function as > it is going to display an appropriate error message in case of a failure. > > Applied to i2c/andi-for-next on 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: s3c2410: Remove redundant dev_err() commit: c0e109161aad5d543145d79921d1a577c8fa2eee