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


Groups > linux.kernel > #1480991

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

From Pramod Gurav <pramod.gurav@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v3] mmc: sdhci-msm: Add pm_runtime and system PM support
Date 2016-09-12 09:50 +0200
Message-ID <sgua5-jn-27@gated-at.bofh.it> (permalink)
References <scBa9-304-17@gated-at.bofh.it> <sfqUV-1ud-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web