Files
kernel-tenderloin-3.0/drivers/mtd/ubi
Artem Bityutskiy d8ece1b43a UBI: fix debugging messages
commit 72f0d453d81d35087b1d3ad7c8285628c2be6e1d upstream.

Patch ab50ff6847 broke UBI debugging messages:
before that commit when UBI debugging was enabled, users saw few useful
debugging messages after attaching an MTD device. However, that patch turned
'dbg_msg()' into 'pr_debug()', so to enable the debugging messages users have
to enable them first via /sys/kernel/debug/dynamic_debug/control, which is
very impractical.

This commit makes 'dbg_msg()' to use 'printk()' instead of 'pr_debug()', just
as it was before the breakage.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2012-01-25 17:24:44 -08:00
..
2012-01-25 17:24:44 -08:00
2011-05-20 08:30:34 +03:00
2012-01-25 17:24:44 -08:00
2011-04-14 13:38:59 +03:00
2011-03-08 10:12:48 +02:00
2011-04-05 11:08:59 +03:00
2009-06-03 17:45:23 +03:00
2011-04-14 11:34:41 +03:00
2010-01-18 18:53:56 +02:00
2011-04-05 11:08:58 +03:00
2012-01-25 17:24:37 -08:00