Re: [PATCH v2] media: s3c-camif: Fix missing disable in tegra_adma_probe()

From: Markus Elfring
Date: Sun May 24 2020 - 05:03:27 EST


> "pm_runtime_enable()" was not handled by "pm_runtime_disable()"
> after a call of the function âpm_runtime_get_sync()â failed.
> Thus move the jump target âerr_pmâ before calling function
> "calling pm_runtime_disable()".

I find such a change description still improvable (also according to
the shown combination of quotation characters).


> ---
>
> V2: improving commit messages.

You proposed a slightly different wording variant.


> ---
> drivers/media/platform/s3c-camif/camif-core.c | 2 +-

I suggest to delete the triple dashes before this diffstat.


I would find it nicer if you would put mail addresses from patch reviewers (like me)
also directly into the message field âCcâ.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=caffb99b6929f41a69edbb5aef3a359bf45f3315#n515

Regards,
Markus