1. 12 1月, 2012 1 次提交
    • A
      UBI: fix debugging messages · 72f0d453
      Artem Bityutskiy 提交于
      Patch ab50ff68 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: NArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Cc: stable@kernel.org [3.0+]
      72f0d453
  2. 10 1月, 2012 1 次提交
  3. 05 1月, 2012 7 次提交
  4. 04 1月, 2012 14 次提交
  5. 03 1月, 2012 2 次提交
  6. 02 1月, 2012 1 次提交
  7. 01 1月, 2012 3 次提交
  8. 31 12月, 2011 11 次提交