Michal Marek 016f1c5440 UBIFS: not build debug messages with CONFIG_UBIFS_FS_DEBUG disabled
With
  $ grep -e UBIFS_FS_DEBUG -e DYNAMIC_DEBUG .config
  # CONFIG_UBIFS_FS_DEBUG is not set
  CONFIG_DYNAMIC_DEBUG=y

Debug messages are kept in the object files due to the
dynamic_pr_debug() macro, even if they are never going to be printed:
  $ make fs/ubifs/super.o
  $ strings fs/ubifs/super.o | grep 'compiled on'
  compiled on:         Aug 11 2011 at 12:21:38

Use plain printk to fix this.

Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
2011-08-19 18:58:58 +03:00
..
2008-12-31 14:13:24 +02:00
2011-07-04 10:54:33 +03:00
2011-06-03 18:12:31 +03:00
2011-04-05 10:45:45 +03:00
2011-07-04 10:54:33 +03:00
2011-07-04 10:54:33 +03:00
2011-07-04 10:54:33 +03:00
2008-07-15 17:35:24 +03:00
2011-07-04 10:54:33 +03:00
2011-07-08 06:53:18 +03:00
2011-07-04 10:54:33 +03:00
2011-07-04 10:54:33 +03:00
2011-07-04 10:54:33 +03:00
2011-07-04 10:54:33 +03:00
2008-09-30 11:12:57 +03:00
2011-07-04 10:54:33 +03:00