]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powernow: use pr_info_once
authorJim Cromie <jim.cromie@gmail.com>
Tue, 25 Mar 2025 23:51:56 +0000 (17:51 -0600)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 May 2025 00:54:05 +0000 (17:54 -0700)
commit91e53493eeaf0fd74de7d57a162420a067cb84b9
tree70703da9dd0b78f9065f0cd39b0ab02b808d2df7
parent15d4734c7a5837bd1a3d261ae232fa698fef39c4
powernow: use pr_info_once

This reduces log-msgs during boot from many pages to ~10 occurrences.  I
didn't investigate why it wasn't just 1, maybe its a low-level service to
other modules, re-probed by each of them ?

Link: https://lkml.kernel.org/r/20250325235156.663269-4-jim.cromie@gmail.com
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Dwaipayan Ray <dwaipayanray1@gmail.com>
Cc: Joe Perches <joe@perches.com>
Cc: Louis Chauvet <louis.chauvet@bootlin.com>
Cc: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/cpufreq/powernow-k8.c