]> Pileus Git - ~andy/linux/commit
video: mxsfb: convert pr_debug()/dev_dbg() to pr_err()/dev_err() for error messages
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 6 Jan 2014 13:17:57 +0000 (14:17 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 17 Jan 2014 08:57:40 +0000 (10:57 +0200)
commit18dd44d89f94ebb6b68af93df462683bcfa6a7e5
tree39fb0baecb1df66a2f573897e3db5a57fe1d2422
parent15b61768571cee37e93ff57247e82220928f6223
video: mxsfb: convert pr_debug()/dev_dbg() to pr_err()/dev_err() for error messages

Make the messages that are printed in case of fatal errors actually
visible to the user without having to recompile the driver with
debugging enabled.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/mxsfb.c