On 08-04-22, 12:59, Rex-BC Chen wrote: > Replace pr_* with dev_* to show logs. > > Signed-off-by: Rex-BC Chen <rex-bc.chen@xxxxxxxxxxxx> > --- > drivers/cpufreq/mediatek-cpufreq.c | 41 +++++++++++++++++------------- > 1 file changed, 23 insertions(+), 18 deletions(-) One should always arrange the patches in this form: - Fix bugs first (since they need to be applied first and need to go to stable kernels too). - Trivial fixes next, like this one which you chose to be present at 15/15. I would have applied this one right away, if it wasn't he last one, because of which we have conflicts now. - Non-trivial patches later, so reviews on them don't affect other patches. -- viresh