Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1480991 > unrolled thread

Re: [PATCH v3] mmc: sdhci-msm: Add pm_runtime and system PM support

Started byPramod Gurav <pramod.gurav@linaro.org>
First post2016-09-12 09:50 +0200
Last post2016-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.


Contents

  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

#1480991 — Re: [PATCH v3] mmc: sdhci-msm: Add pm_runtime and system PM support

FromPramod Gurav <pramod.gurav@linaro.org>
Date2016-09-12 09:50 +0200
SubjectRe: [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;
>> +       }

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web