Skip to content

Commit

Permalink
clk: samsung: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
Semicolon not needed after switch statement.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Sachin Kamat authored and Mike Turquette committed Jan 17, 2014
1 parent 051c8d0 commit 8e31d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/samsung/clk-pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8e31d19

Please sign in to comment.