1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

cosmetic fix: properly indent source

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8425 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2007-08-18 17:02:26 +00:00
parent e1049ec392
commit 908c9bf7f6

View File

@@ -264,13 +264,11 @@ static void __init tnetd7300_init_clocks(void)
struct tnetd7300_clocks *clocks = (struct tnetd7300_clocks *)ioremap_nocache(AR7_REGS_POWER + 0x20, sizeof(struct tnetd7300_clocks));
ar7_bus_clock = tnetd7300_get_clock(BUS_PLL_SOURCE_SHIFT,
&clocks->bus, bootcr,
ar7_afe_clock);
&clocks->bus, bootcr, ar7_afe_clock);
if (*bootcr & BOOT_PLL_ASYNC_MODE) {
ar7_cpu_clock = tnetd7300_get_clock(CPU_PLL_SOURCE_SHIFT,
&clocks->cpu,
bootcr, ar7_afe_clock);
&clocks->cpu, bootcr, ar7_afe_clock);
} else {
ar7_cpu_clock = ar7_bus_clock;
}