提交 4cbdbca0 编写于 作者: R Roland Vossen 提交者: Greg Kroah-Hartman

staging: brcm80211: deleted inactive BCMDBG_FORCEHT code

Code cleanup. Preprocessor flag BCMDBG_FORCEHT is never defined,
is a debug feature, so ifdeff'ed code has been removed. The removed
section would force the backplane clock on HT rate, which
facilitates debug but has a negative effect on power usage.
Signed-off-by: NRoland Vossen <rvossen@broadcom.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 ea7b2805
......@@ -1543,10 +1543,6 @@ void si_pmu_pll_init(si_t *sih, uint xtalfreq)
break;
}
#ifdef BCMDBG_FORCEHT
OR_REG(&cc->clk_ctl_st, CCS_FORCEHT);
#endif
/* Return to original core */
si_setcoreidx(sih, origidx);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册