From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: Chanwoo Choi <cw00.choi@samsung.com>
Cc: broonie@kernel.org, robh@kernel.org, alsa-devel@alsa-project.org,
devicetree@vger.kernel.org, ideal.song@samsung.com,
inki.dae@samsung.com, b.zolnierkie@samsung.com,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
Krzysztof Kozlowski <k.kozlowski@samsung.com>
Subject: Re: [PATCH v4 4/4] ASoC: samsung: Add machine driver for Exynos5433 based TM2 board
Date: Mon, 18 Jul 2016 12:41:37 +0200 [thread overview]
Message-ID: <578CB261.60507@samsung.com> (raw)
In-Reply-To: <5788721B.7010602@samsung.com>
Hi Chanwoo,
On 07/15/2016 07:18 AM, Chanwoo Choi wrote:
>> +static int tm2_probe(struct platform_device *pdev)
>> +{
>> + struct device *dev = &pdev->dev;
>> + codec_dai_node = of_parse_phandle(dev->of_node, "audio-codec", 0);
>> + if (!codec_dai_node) {
>> + dev_err(dev, "audio-codec property invalid or missing\n");
>> + ret = -EINVAL;
>> + goto err_put_cpu_dai;
>> + }
>> + priv->codec_mclk1 = of_clk_get_by_name(codec_dai_node, "mclk1");
>> + if (IS_ERR(priv->codec_mclk1)) {
>> + dev_err(dev, "Failed to get mclk1 clock\n");
>> + ret = PTR_ERR(priv->codec_mclk1);
>> + goto err_put_codec_dai;
>> + }
>
> I think that you better to use the devm_clk_get() instead of of_clk_get_by_name()
> because you don't need to handle the clk_put() when error happen and remove the
> this driver.
>
> priv->codec_mclk1 = devm_clk_get(dev, "mclk1");
The clocks are from the CODEC DT node, for which we don't have struct
device pointer here, that's why I used of_clk_get_by_name().
--
Thanks,
Sylwester
next prev parent reply other threads:[~2016-07-18 10:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20160705171538epcas1p14f034567982b67aad091c50e5adcec9c@epcas1p1.samsung.com>
2016-07-05 17:14 ` [PATCH v4 4/4] ASoC: samsung: Add machine driver for Exynos5433 based TM2 board Sylwester Nawrocki
2016-07-15 5:18 ` Chanwoo Choi
2016-07-18 10:41 ` Sylwester Nawrocki [this message]
2016-07-21 10:28 ` Chanwoo Choi
2016-07-21 15:12 ` [alsa-devel] " Sylwester Nawrocki
2016-07-22 9:51 ` Charles Keepax
2016-07-25 14:20 ` Sylwester Nawrocki
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=578CB261.60507@samsung.com \
--to=s.nawrocki@samsung.com \
--cc=alsa-devel@alsa-project.org \
--cc=b.zolnierkie@samsung.com \
--cc=broonie@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=ideal.song@samsung.com \
--cc=inki.dae@samsung.com \
--cc=k.kozlowski@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh@kernel.org \
/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