mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user