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)
commit04810274a982009ab26e2f15c32149c184e9e8e5
tree3c489a21f5058be089a0c17dbc162c1d8b92cc26
parent95637c3a0e2db200fd4030e7ed5f1138d81f16ae
mtd: mtd_oobtest: printk -> pr_{info,err,crit}

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>
drivers/mtd/tests/mtd_oobtest.c