genirq: Make the cpuhotplug migration code less noisy
authorThomas Gleixner <tglx@linutronix.de>
Thu, 22 Oct 2015 12:34:57 +0000 (14:34 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 22 Oct 2015 12:34:57 +0000 (14:34 +0200)
commit58c9c87ca9dca99f269267f5aadcd051fef1637b
tree4d3d5b003ccf553e4a1bf9201618625ddc5025b0
parentf1e0bb0ad473a32d1b7e6d285ae9f7e47710bb5e
genirq: Make the cpuhotplug migration code less noisy

The original arm code has a pr_debug() statement for the case where
the irq chip has no set_affinity() callback. That's sufficient for
debugging and we really don't want to spam dmesg with useless warnings
for the normal case.

Fixes: f1e0bb0ad473: "genirq: Introduce generic irq migration for cpu hotunplug"
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Requested-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Yang Yingliang <yangyingliang@huawei.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
kernel/irq/cpuhotplug.c