From: Stephen Boyd <sboyd@codeaurora.org>
To: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Cc: mturquette@baylibre.com, linux-clk@vger.kernel.org,
cw00.choi@samsung.com
Subject: Re: [PATCH] clk: Fix __set_clk_rates error print-string
Date: Thu, 1 Jun 2017 02:15:04 -0700 [thread overview]
Message-ID: <20170601091504.GH20170@codeaurora.org> (raw)
In-Reply-To: <1494845939-30724-1-git-send-email-pure.logic@nexus-software.ie>
On 05/15, Bryan O'Donoghue wrote:
> When failing to set a clock the printout emitted is incorrect.
> "u32 rate" is formatted as %d and should be %u whereas "unsigned long
> clk_set_rate()" is formatted as %ld and should be %lu as per
> Documentation/printk-formats.txt.
>
> Fixes: 2885c3b2a3da ("clk: Show correct information when fail to set clock
> rate")
>
> Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
> ---
Applied to clk-next but I fixed up the Fixes: tag to be on one
line and next to the signed-off one.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
prev parent reply other threads:[~2017-06-01 9:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-15 10:58 [PATCH] clk: Fix __set_clk_rates error print-string Bryan O'Donoghue
2017-06-01 9:15 ` Stephen Boyd [this message]
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=20170601091504.GH20170@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=cw00.choi@samsung.com \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=pure.logic@nexus-software.ie \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.