Reduce logging in MSM6258 rate changes
This commit is contained in:
parent
c680474f22
commit
5aa9019ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue