mtd: mtd_oobtest: printk -> pr_{info,err,crit}
authorVikram Narayanan <vikram186@gmail.com>
Wed, 10 Oct 2012 17:42:02 +0000 (23:12 +0530)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 15 Nov 2012 13:37:49 +0000 (15:37 +0200)
Use pr_info() and pr_err() while defining pr_fmt(). This saves a few
characters, joins a few lines, and makes the code a little more readable
(and grep-able).

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>

No differences found