9
0
Fork 0

cosmetics: fix indention

This commit is contained in:
Sascha Hauer 2008-03-14 13:04:26 +01:00
parent e833cba394
commit 2d4dfd47d0
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ static ulong imx_decode_perclk(ulong div)
if (imx_silicon_revision() == IMX27_CHIP_REVISION_1_0)
return imx_get_mpllclk() / div;
else
return (imx_get_mpllclk() * 2) / (div * 3);
return (imx_get_mpllclk() * 2) / (div * 3);
}
ulong imx_get_perclk1(void)