]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 18 Oct 2012 09:22:57 +0000 (12:22 +0300)
commit2b8e9f2007bf6b86712a3be88617741f3a067bb5
tree3ba5dc8e07b7fae390287b938bbc1314607d6b82
parent32ede3bb90cc4eefb91ab89019f4604b704825db
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