summary refs log tree commit diff
path: root/mm
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2015-12-21 12:01:14 -0800
committerThomas Gleixner <tglx@linutronix.de>2015-12-29 12:34:38 +0100
commit9abb0ecdee69a2577560cc283368e490da974934 (patch)
tree398e31066bb284a6557be7669fde91cd8b20f91c /mm
parent0d430e3fb3f7cdc13c0d22078b820f682821b45a (diff)
downloadlinux-9abb0ecdee69a2577560cc283368e490da974934.tar.gz
x86/mm: Drop WARN from multi-BAR check
ioremapping multiple BARs produces a warning with a message "Your kernel is
fine". This message mostly serves to comfort kernel developers. Users do
not read the message, they only see the big scary warning which means
something must be horribly broken with their system. Less dramatically, the
warn also sets the taint flag which makes it difficult to differentiate
problems. If the kernel is actually fine as the warning claims it doesn't
make sense for it to be tainted. Change the WARN_ONCE to a pr_warn with the
caller of the ioremap.

Signed-off-by: Laura Abbott <labbott@fedoraproject.org>
Link: http://lkml.kernel.org/r/1450728074-31029-1-git-send-email-labbott@fedoraproject.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions