Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1480991 > unrolled thread
| Started by | Pramod Gurav <pramod.gurav@linaro.org> |
|---|---|
| First post | 2016-09-12 09:50 +0200 |
| Last post | 2016-09-12 09:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v3] mmc: sdhci-msm: Add pm_runtime and system PM support Pramod Gurav <pramod.gurav@linaro.org> - 2016-09-12 09:50 +0200
| From | Pramod Gurav <pramod.gurav@linaro.org> |
|---|---|
| Date | 2016-09-12 09:50 +0200 |
| Subject | Re: [PATCH v3] mmc: sdhci-msm: Add pm_runtime and system PM support |
| Message-ID | <sgua5-jn-27@gated-at.bofh.it> |
On 9 September 2016 at 15:30, Tummala, Sahitya <stummala@codeaurora.org> wrote:
> Hi Pramod,
<snip>
>> + ret = clk_prepare_enable(msm_host->clk);
>> + if (ret) {
>> + dev_err(dev, "clk_enable failed: %d\n", ret);
>
> A minor comment - Both error prints related to clock enable are same. Better
> to print the clock name as well to know which clock enable got failed.
>
Thanks Sahitya for comments. Will take care of this in next version.
>> + return ret;
>> + }
Back to top | Article view | linux.kernel
csiph-web