Reduce logging in MSM6258 rate changes

This commit is contained in:
cam900 2025-10-05 06:18:58 +09:00 committed by tildearrow
parent c680474f22
commit 5aa9019ec2

View file

@ -36,7 +36,7 @@ static const int msmRates[4]={
int DivPlatformMSM6258::calcVGMRate() {
int ret=chipClock/((clockSel+1)*512*msmRates[rateSel&3]);
logD("MSM rate: %d",ret);
//logD("MSM rate: %d",ret);
return ret;
}