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 25D6CC47074 for ; Thu, 4 Jan 2024 19:21:21 +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:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1f7khuFsVKGMCC/g3zVQKcKKXd7jgcUcI6qJ+PFapQg=; b=xYJa1Wf0iJK9l4 9CH4ABuYmUyk3iDLnoX9edNlFbsrwxzZQgA3i9n+Eh0R0gfbbV2+OthtzFHh6/kUZcZHtr/c9vZYg rt7RXCw5YgsC1RMLAT2dHbcQFF4AJE/pc8bNpRyqaR869zSLSwS/TrUcv3GTkuzvMkqolfld/Go1V QVtm12q2x8zeeuPxkQyhxABZh7HrpbTMQODW0EASCZkMSp4fz4D3mKUHScAwICtsq0sK4IQlDKee/ Xr0admWobmRmdxExXd+iNZaHA0xHQ3z4LabGgxN1V3ft5rOErT3s6AbgeBfy9cCXoPxZ9pLgfY1y2 CBWITECt/HktxbgRz9nA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rLTGw-00F401-25; Thu, 04 Jan 2024 19:20:54 +0000 Received: from mail11.truemail.it ([2001:4b7e:0:8::81]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rLTGt-00F3yf-1A for linux-arm-kernel@lists.infradead.org; Thu, 04 Jan 2024 19:20:53 +0000 Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 2D7A1206F9; Thu, 4 Jan 2024 20:20:41 +0100 (CET) Date: Thu, 4 Jan 2024 20:20:37 +0100 From: Francesco Dolcini To: Alexander Stein Cc: Liu Ying , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/6] drm/bridge: imx: imx-ldb-helper: Use dev_err_probe Message-ID: <20240104191928.GA20694@francesco-nb> References: <20231218105718.2445136-1-alexander.stein@ew.tq-group.com> <20231218105718.2445136-4-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231218105718.2445136-4-alexander.stein@ew.tq-group.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240104_112051_573505_9BA5D29C X-CRM114-Status: UNSURE ( 6.66 ) 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 Mon, Dec 18, 2023 at 11:57:15AM +0100, Alexander Stein wrote: > This simplifies the code and gives additional information upon deferral. > > Signed-off-by: Alexander Stein Reviewed-by: Francesco Dolcini _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel