Skip to content
Commit 3f6a5580 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Florian Tobias Schandinat
Browse files

fbdev: Make pixel_to_pat() failure mode more friendly



If we accidentally pass an incorrect bpp value to pixel_to_pat(),
it panics. This is pretty useless, as we generally have the various
console locks held at that point, so nothing will be displayed,
and there is no reason to make this a fatal event.

Let's WARN instead.

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent f7c848b6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment