[RESEND PATCH 0/9] mtd_tests cleanup

Vikram Narayanan vikram186 at gmail.com
Wed Oct 10 13:31:49 EDT 2012


This patch series removes the usage of PRINT_PREF and printk's and
replaces it with pr_{info,err,crit} whichever is applicable.

Cc: Brian Norris <computersforpeace at gmail.com>
Cc: Artem Bityutskiy <dedekind1 at gmail.com>

Brian Norris (1):
  mtd: mtd_oobtest: printk -> pr_{info,err,crit}

Vikram Narayanan (8):
  mtd_tests/mtd_nandbiterrs: Replace msg macro with pr_{info,err}
  mtd_tests/mtd_nandecctest: Use pr_fmt macro
  mtd_tests/mtd_pagetest: Replace printk with pr_{info,crit,err}
  mtd_tests/mtd_readtest: Replace printk with pr_{info,err}
  mtd_tests/mtd_speedtest: Replace printk with pr_{info,crit,err}
  mtd_tests/mtd_stresstest: Replace printk with pr_{info,crit,err}
  mtd_tests/mtd_subpagetest: Replace printk with pr_{info,crit,err}
  mtd_tests/mtd_torturetest: Replace printk with pr_{info,crit}

 drivers/mtd/tests/mtd_nandbiterrs.c |   73 ++++++++--------
 drivers/mtd/tests/mtd_nandecctest.c |    6 +-
 drivers/mtd/tests/mtd_oobtest.c     |  171 +++++++++++++++++------------------
 drivers/mtd/tests/mtd_pagetest.c    |  152 ++++++++++++++++----------------
 drivers/mtd/tests/mtd_readtest.c    |   42 +++++-----
 drivers/mtd/tests/mtd_speedtest.c   |   88 +++++++++---------
 drivers/mtd/tests/mtd_stresstest.c  |   44 +++++-----
 drivers/mtd/tests/mtd_subpagetest.c |  124 +++++++++++++-------------
 drivers/mtd/tests/mtd_torturetest.c |   73 ++++++++--------
 9 files changed, 387 insertions(+), 386 deletions(-)

-- 
1.7.4.1




More information about the linux-mtd mailing list