commit | 3f6a5580464bf000649f981970192c6c7fe739de | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 24 18:19:13 2012 +1000 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sun Jul 29 12:25:06 2012 +0000 |
tree | cf417f11e52aadf99a5a17afa4892f8cdda2a78d | |
parent | f7c848b6ef31af09925bb6f4c79e236ca9f94ed9 [diff] |
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: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>