Commit 8e31d19b authored by Sachin Kamat's avatar Sachin Kamat Committed by Mike Turquette

clk: samsung: Remove unneeded semicolon

Semicolon not needed after switch statement.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent 051c8d0b
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment