clk: samsung: Remove unneeded semicolon
Semicolon not needed after switch statement. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
This commit is contained in:
parent
051c8d0b66
commit
8e31d19b93
|
@ -375,7 +375,7 @@ static int samsung_pll45xx_set_rate(struct clk_hw *hw, unsigned long drate,
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
|
||||||
/* Set new configuration. */
|
/* Set new configuration. */
|
||||||
__raw_writel(con1, pll->con_reg + 0x4);
|
__raw_writel(con1, pll->con_reg + 0x4);
|
||||||
|
|
Loading…
Reference in New Issue