Revert "ANDROID: Reduce log level for couple of prints in hotplug flow"

This reverts commit 074a2b36c1.

According to Thomas Gleixner this is a *real* warning and should not
be demoted.  If this warning is triggered, something is not right with
the CPU Hotplug implementation.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Change-Id: I49ceac16c33199cd829c7022709d6bd02f0338fa
This commit is contained in:
Lee Jones
2021-09-21 16:02:58 +01:00
parent 5dbfb483d5
commit 69a6729b34

View File

@@ -42,7 +42,7 @@ static inline bool irq_needs_fixup(struct irq_data *d)
* If this happens then there was a missed IRQ fixup at some
* point. Warn about it and enforce fixup.
*/
pr_debug("Eff. affinity %*pbl of IRQ %u contains only offline CPUs after offlining CPU %u\n",
pr_warn("Eff. affinity %*pbl of IRQ %u contains only offline CPUs after offlining CPU %u\n",
cpumask_pr_args(m), d->irq, cpu);
return true;
}