1
0
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:
Andrew Turner 2016-01-24 19:12:16 +00:00
parent aea7d91520
commit b4733230c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294676

View File

@ -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);