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 11615C47074 for ; Thu, 4 Jan 2024 19:28:47 +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=79BvbcZLvVNlUmNSJXM+IsYmMTA8XzrSHLsuxqtyXBA=; b=bfy0o5lRe056i4 TM2hryOBJDXI0U2ylV7d7JCzkGHVaPvT7q/i9uieZ3MY7KqDu1eWx3+XV0Q/Ykzbks3u1qCWa+gtZ 0sH5cHgE5YYHh0DsPi6JRsZjPGjEvJ2xe3kAQ+iIa9X4ZHRD5Y29pDj6K6KW+WqgpVdEhoRPrtYOd m3n5KoLgLYrVwdpWGW5VgyEtBx8gIsJZCXVH4JNJ86Fmq0b4i6sdCOspnmphrqzpj9ldFixLMoAuF YjU9GmqMlD6F0M4pFXOsrTJOkb4d3SC730mguPGjcfNoR5E+m567TPrwHREOoYDzkWNxYBjwVGFTB EpijtO3FJ57224jiRrIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rLTO5-00F51y-0C; Thu, 04 Jan 2024 19:28:17 +0000 Received: from mail11.truemail.it ([217.194.8.81]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rLTO2-00F50p-0x for linux-arm-kernel@lists.infradead.org; Thu, 04 Jan 2024 19:28:15 +0000 Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 1F14F201D7; Thu, 4 Jan 2024 20:28:10 +0100 (CET) Date: Thu, 4 Jan 2024 20:28:08 +0100 From: Francesco Dolcini To: Francesco Dolcini Cc: Alexander Stein , 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: <20240104192808.GB20694@francesco-nb> References: <20231218105718.2445136-1-alexander.stein@ew.tq-group.com> <20231218105718.2445136-4-alexander.stein@ew.tq-group.com> <20240104191928.GA20694@francesco-nb> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240104191928.GA20694@francesco-nb> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240104_112814_497121_CB2FD2AD X-CRM114-Status: UNSURE ( 8.55 ) 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 Thu, Jan 04, 2024 at 08:20:37PM +0100, Francesco Dolcini wrote: > 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 mumble, looking at this more closely with your change you stop using the print wrapper from drm_print.h. Probably a more generic solution is needed there? Francesco _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel