mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Remove an extra newline that crept in.
This commit is contained in:
parent
aea7d91520
commit
b4733230c9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294676
@ -266,7 +266,6 @@ a10_clk_pll2_set_rate(unsigned int freq)
|
||||
if (sc == NULL)
|
||||
return (ENXIO);
|
||||
|
||||
|
||||
reg_value = ccm_read_4(sc, CCM_PLL2_CFG);
|
||||
reg_value &= ~(CCM_PLL2_CFG_PREDIV | CCM_PLL2_CFG_POSTDIV |
|
||||
CCM_PLL_CFG_FACTOR_N);
|
||||
|
Loading…
Reference in New Issue
Block a user