]> git.karo-electronics.de Git - karo-tx-linux.git/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>
Wed, 8 Jan 2014 08:58:43 +0000 (10:58 +0200)
commit6cd0c40d1d998400178d09b4cb7cad360f796a85
tree8f1e3f8bb6f659b0da94a20cc0cb74b55575fb23
parent1409fb547af033b123fb2b60a457914051ad78a0
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