From: Dinh Nguyen <dinguyen@opensource.altera.com>
To: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Mike Turquette <mturquette@linaro.org>,
Stephen Boyd <sboyd@codeaurora.org>,
linux-clk@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [patch] clk: socfpga: remove a stray tab
Date: Wed, 27 May 2015 13:21:56 +0000 [thread overview]
Message-ID: <5565C4F4.7090805@opensource.altera.com> (raw)
In-Reply-To: <20150527082627.GD19423@mwanda>
On 5/27/15 3:26 AM, Dan Carpenter wrote:
> This line was indented too far.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
>
> diff --git a/drivers/clk/socfpga/clk-gate-a10.c b/drivers/clk/socfpga/clk-gate-a10.c
> index be3e998..83c6780 100644
> --- a/drivers/clk/socfpga/clk-gate-a10.c
> +++ b/drivers/clk/socfpga/clk-gate-a10.c
> @@ -39,7 +39,7 @@ static unsigned long socfpga_gate_clk_recalc_rate(struct clk_hw *hwclk,
> else if (socfpgaclk->div_reg) {
> val = readl(socfpgaclk->div_reg) >> socfpgaclk->shift;
> val &= div_mask(socfpgaclk->width);
> - div = (1 << val);
> + div = (1 << val);
> }
>
> return parent_rate / div;
>
Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
WARNING: multiple messages have this Message-ID (diff)
From: Dinh Nguyen <dinguyen@opensource.altera.com>
To: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Mike Turquette <mturquette@linaro.org>,
Stephen Boyd <sboyd@codeaurora.org>, <linux-clk@vger.kernel.org>,
<kernel-janitors@vger.kernel.org>
Subject: Re: [patch] clk: socfpga: remove a stray tab
Date: Wed, 27 May 2015 08:21:56 -0500 [thread overview]
Message-ID: <5565C4F4.7090805@opensource.altera.com> (raw)
In-Reply-To: <20150527082627.GD19423@mwanda>
On 5/27/15 3:26 AM, Dan Carpenter wrote:
> This line was indented too far.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
>
> diff --git a/drivers/clk/socfpga/clk-gate-a10.c b/drivers/clk/socfpga/clk-gate-a10.c
> index be3e998..83c6780 100644
> --- a/drivers/clk/socfpga/clk-gate-a10.c
> +++ b/drivers/clk/socfpga/clk-gate-a10.c
> @@ -39,7 +39,7 @@ static unsigned long socfpga_gate_clk_recalc_rate(struct clk_hw *hwclk,
> else if (socfpgaclk->div_reg) {
> val = readl(socfpgaclk->div_reg) >> socfpgaclk->shift;
> val &= div_mask(socfpgaclk->width);
> - div = (1 << val);
> + div = (1 << val);
> }
>
> return parent_rate / div;
>
Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
next prev parent reply other threads:[~2015-05-27 13:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-27 8:26 [patch] clk: socfpga: remove a stray tab Dan Carpenter
2015-05-27 8:26 ` Dan Carpenter
2015-05-27 13:21 ` Dinh Nguyen [this message]
2015-05-27 13:21 ` Dinh Nguyen
2015-06-03 23:21 ` Michael Turquette
2015-06-03 23:21 ` Michael Turquette
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=5565C4F4.7090805@opensource.altera.com \
--to=dinguyen@opensource.altera.com \
--cc=dan.carpenter@oracle.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=sboyd@codeaurora.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 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.