1. 15 1月, 2012 1 次提交
  2. 13 1月, 2012 1 次提交
  3. 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
  4. 10 1月, 2012 37 次提交