From: SF Markus Elfring <elfring@users.sourceforge.net>
To: Krzysztof Kozlowski <krzk@kernel.org>,
dri-devel@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org,
Seung-Woo Kim <sw0312.kim@samsung.com>,
LKML <linux-kernel@vger.kernel.org>,
Kyungmin Park <kyungmin.park@samsung.com>,
Kukjin Kim <kgene@kernel.org>
Subject: Re: [PATCH 1/3] drm/exynos/dsi: Use common error handling code in exynos_dsi_enable()
Date: Tue, 24 Oct 2017 09:08:26 +0000 [thread overview]
Message-ID: <ac01b36a-2d5c-6852-2f2c-8aed89acdaba@users.sourceforge.net> (raw)
In-Reply-To: <CAJKOXPc_QQ-QKkPWQoxj0LjeJsG2BjhP6X0X9m8YQEo=qTnOvg@mail.gmail.com>
>> @@ -1401,11 +1400,14 @@ static void exynos_dsi_enable(struct drm_encoder *encoder)
>> dsi->state &= ~DSIM_STATE_ENABLED;
>> exynos_dsi_set_display_enable(dsi, false);
>> drm_panel_unprepare(dsi->panel);
>> - pm_runtime_put_sync(dsi->dev);
>> - return;
>> + goto put_sync;
>> }
>>
>> dsi->state |= DSIM_STATE_VIDOUT_AVAILABLE;
>> + return;
>> +
>> +put_sync:
>> + pm_runtime_put_sync(dsi->dev);
>> }
>
> No, this does not simplify the code.
How do you think about to check a bit more if there are desired effects to consider
when the shown function call is stored only once at the end of this function implementation?
> Stop using coccinelle.
This will not happen for a while. - There are so many source code places left over
where you might care more for similar software improvements.
Regards,
Markus
next prev parent reply other threads:[~2017-10-24 9:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-24 8:48 [PATCH 0/3] GPU-DRM-Exynos: Fine-tuning for six function implementations SF Markus Elfring
2017-10-24 8:49 ` [PATCH 1/3] drm/exynos/dsi: Use common error handling code in exynos_dsi_enable() SF Markus Elfring
2017-10-24 8:51 ` Krzysztof Kozlowski
2017-10-24 9:08 ` SF Markus Elfring [this message]
2017-10-24 8:50 ` [PATCH 2/3] drm/exynos/gem: Use common error handling code in exynos_drm_gem_init() SF Markus Elfring
2017-10-24 8:52 ` [PATCH 3/3] drm/exynos: Fix typos in five comment lines SF Markus Elfring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ac01b36a-2d5c-6852-2f2c-8aed89acdaba@users.sourceforge.net \
--to=elfring@users.sourceforge.net \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=kgene@kernel.org \
--cc=krzk@kernel.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=sw0312.kim@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox