linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] clk: samsung: Remove unneeded semicolon
Date: Fri, 17 Jan 2014 15:03:22 -0800	[thread overview]
Message-ID: <20140117230322.4167.66838@quantum> (raw)
In-Reply-To: <1389958552-15889-1-git-send-email-sachin.kamat@linaro.org>

Quoting Sachin Kamat (2014-01-17 03:35:52)
> Semicolon not needed after switch statement.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>

Taken into clk-next.

Thanks,
Mike

> ---
>  drivers/clk/samsung/clk-pll.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/samsung/clk-pll.c b/drivers/clk/samsung/clk-pll.c
> index f2372fca0136..8538ffe042ce 100644
> --- a/drivers/clk/samsung/clk-pll.c
> +++ b/drivers/clk/samsung/clk-pll.c
> @@ -375,7 +375,7 @@ static int samsung_pll45xx_set_rate(struct clk_hw *hw, unsigned long drate,
>                 break;
>         default:
>                 break;
> -       };
> +       }
>  
>         /* Set new configuration. */
>         __raw_writel(con1, pll->con_reg + 0x4);
> -- 
> 1.7.9.5
> 

      reply	other threads:[~2014-01-17 23:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-17 11:35 [PATCH 1/1] clk: samsung: Remove unneeded semicolon Sachin Kamat
2014-01-17 23:03 ` Mike Turquette [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=20140117230322.4167.66838@quantum \
    --to=mturquette@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).