show tuning offset

This commit is contained in:
Ralph Metzler 2016-05-03 22:05:18 +02:00
parent 1b0df5fcfa
commit 535ffa6ca6
1 changed files with 1 additions and 1 deletions

View File

@ -1067,7 +1067,7 @@ static int get_frequency_offset(struct stv *state, s32 *off)
if (derot & (1<<23))
derot |= 0xFF000000;
*off = - (s32) (((s64) derot * (s64) state->base->mclk) >> 24);
pr_info("foff = %d\n", *off);
/*pr_info("foff = %d\n", *off);*/
return 0;
}