genirq/cpuhotplug: Demote debug printk to KERN_DEBUG
authorLee Jones <lee.jones@linaro.org>
Mon, 16 Aug 2021 13:48:17 +0000 (14:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 24 Aug 2021 07:16:20 +0000 (09:16 +0200)
commit88ffe2d0a55a165e55cedad1693f239d47e3e17e
treea28febd0c47f6a9dcfae0d27a9e83bc44a4adf24
parent04c2721d3530f0723b4c922a8fa9f26b202a20de
genirq/cpuhotplug: Demote debug printk to KERN_DEBUG

This sort of information is only generally useful when debugging.
No need to have these sprinkled through the kernel log otherwise.

Real world problem:

  During pre-release testing these have an affect on performance on
  real products.  To the point where so much logging builds up, that
  it sets off the watchdog(s) on some high profile consumer devices.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210816134817.1503661-1-lee.jones@linaro.org
kernel/irq/cpuhotplug.c