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 1F572D5C0E5 for ; Fri, 8 Nov 2024 15:11:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date: MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=hyP1F57LEd+5mTUT+FTnx82w2gEdUv9YO30BPIaE8VU=; b=H1PwZCyEjwunj575u/YfmaG63d 2ZlNKQpyDtmTikilKkRSVew8GQEKtQZGRblkI/G/vV/3UFfBpzJ4IHkylLzE1vCbjMyTI3R6JEHzR o1f9D6yj9BfbRWn5Ke8JLjkt8nFG0DxAHeu/yHQysFspTCuUQEsclVQ6uEg9d+awHYg3npzcaWYQ1 vQWjwK2F5Z/Xa3AkN187ujh0Hzc8t5xNVePIIpk1V2bD7mdtitaSPSA9XnzQ8hIcCRf6/OEY4GnaI wYekPhHPbAVvqotZ6bzgsOtFuFxLtYQNtDJUC5vhfylFtBHB5iU9kGENiUCH9PVC/R+ZRA0et8LmU QZtSWw6A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t9Qe5-0000000AyzT-0uXH; Fri, 08 Nov 2024 15:11:33 +0000 Received: from mail.manjaro.org ([116.203.91.91]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t9Q6W-0000000AsHn-0ANM; Fri, 08 Nov 2024 14:36:53 +0000 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=manjaro.org; s=2021; t=1731076609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hyP1F57LEd+5mTUT+FTnx82w2gEdUv9YO30BPIaE8VU=; b=NrSNHOvH86y7hlWG6DuH+NoSXK7BlZNTXBQzYJWpo9NCd7ZHolaaFE4jUsHCWM+abUqeGZ 1u8lpgYqDyWfy9JyH2xIZ5BGOUgTbwjk7AC99yKH/dbXBUh9rqotapfXPZYdXb4NxRw/0x 6MoRpuqh29JwbADNCRqrDLU1KymGeqsN19gUhxWrKzO0QpeVmSOO+O9ogbqaa8SvRgqFLU H4J2Daclot9SaBZhSCNfgLvE3YvgwgDUN+1JCv5SJ38DrZ1XmexpXrQaAs/lx+Pa7RV/oj rnvqiQef7N4H0iqzYvURxiyQYpmrnsTGhytRzNgjGRPvGr/AVOwsbCjra2dgnQ== Date: Fri, 08 Nov 2024 15:36:49 +0100 From: Dragan Simic To: =?UTF-8?Q?Heiko_St=C3=BCbner?= Cc: linux-rockchip@lists.infradead.org, dri-devel@lists.freedesktop.org, hjc@rock-chips.com, andy.yan@rock-chips.com, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com, simona@ffwll.ch, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] drm/rockchip: dsi: Perform trivial code cleanups In-Reply-To: References: <10558711.nUPlyArG6x@diego> <047164cc6e88dcbc7701cb0e28d564db@manjaro.org> <22484879.EfDdHjke4D@diego> Message-ID: <0d3723ecfe7889aa8e4b68b961cdffc5@manjaro.org> X-Sender: dsimic@manjaro.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Authentication-Results: ORIGINATING; auth=pass smtp.auth=dsimic@manjaro.org smtp.mailfrom=dsimic@manjaro.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241108_063652_399267_ACDDCF51 X-CRM114-Status: GOOD ( 22.69 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2024-11-08 15:30, Dragan Simic wrote: > On 2024-11-08 15:22, Heiko Stübner wrote: >> Am Freitag, 8. November 2024, 15:13:33 CET schrieb Dragan Simic: >>> On 2024-11-08 15:09, Heiko Stübner wrote: >>> > Am Freitag, 8. November 2024, 15:05:02 CET schrieb Dragan Simic: >>> >> On 2024-11-08 14:56, Heiko Stübner wrote: >>> >> > Am Freitag, 8. November 2024, 14:53:57 CET schrieb Dragan Simic: >>> >> >> Perform a few trivial code cleanups, to make one logged message a bit >>> >> >> more >>> >> >> consistent with the other logged messages by capitalizing its first >>> >> >> word, and >>> >> >> to avoid line wrapping by using the 100-column width better. >>> >> >> >>> >> >> No intended functional changes are introduced by these code cleanups. >>> >> >> >>> >> >> Signed-off-by: Dragan Simic >>> >> >> --- >>> >> >> drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c | 12 ++++-------- >>> >> >> 1 file changed, 4 insertions(+), 8 deletions(-) >>> >> >> >>> >> >> diff --git a/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c >>> >> >> b/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c >>> >> >> index 58a44af0e9ad..f451e70efbdd 100644 >>> >> >> --- a/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c >>> >> >> +++ b/drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c >>> >> >> @@ -1379,7 +1379,7 @@ static int dw_mipi_dsi_rockchip_probe(struct >>> >> >> platform_device *pdev) >>> >> >> } >>> >> >> >>> >> >> if (!dsi->cdata) { >>> >> >> - DRM_DEV_ERROR(dev, "no dsi-config for %s node\n", np->name); >>> >> >> + DRM_DEV_ERROR(dev, "No dsi-config for %s node\n", np->name); >>> >> > >>> >> > this is all probe-related, why not convert to dev_err_probe? >>> >> > >>> >> > As the doc states [0], DRM_DEV_ERROR is deprecated in favor of dev_err. >>> >> > So dev_err_probe would be the correct way to go? >>> >> >>> >> Thanks for your quick response! Seeing that DRM_DEV_ERROR() is now >>> >> deprecated (which I originally missed, in all honesty) makes me very >>> >> happy. :) I've never been a huge fan of the format of the messages >>> >> that DRM_DEV_ERROR() produces. >>> >> >>> >> However, perhaps it would be better to keep these patches as-is, as >>> >> some kind of an intermediate, limited-scope cleanup + bugfix combo, >>> >> and leave the complete DRM_DEV_ERROR() --> dev_err()/dev_err_probe() >>> >> conversion to separate patches. I think it would be better to avoid >>> >> a partial conversion, and I'll be more than happy to put the complete >>> >> conversion on my TODO list. :) >>> > >>> > But your patch-2 really just open-codes, what dev_err_probe is meant >>> > to fix. So with going this way, you're sort of making things worse >>> > first, >>> > until that second step happens. >>> > >>> > Similarly, reflowing lines for things that get removed in a week do not >>> > serve a purpose - those line-breaks have been that way for years >>> > already. >>> >>> Hmm, it makes sense when described that way. I'll see to perform the >>> complete conversion in the next few days. >> >> just a note, as written on IRC earlier, I am sitting on a >> dev_err_probe >> conversion for dw-dsi-rockchip. >> >> I was waiting to see if more cleanups turned up, so didn't sent that >> yet. >> >> Don't want to steal your spotlight though, so not sure if I should >> send >> that or wait for your conversion ;-) > > I see no reasons why should we duplicate some effort. :) If you're > already nearing the file-level conversion to its completion, please > feel free to send it, and we can drop this series. :) Sorry, I wasn't clear enough. When I wrote "we can drop this series", I actually referred to what this series might have turned into, i.e. into my file-level conversion. :)