]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: tests: incorporate error message for mtdtest_read()
authorAkinobu Mita <akinobu.mita@gmail.com>
Thu, 15 Aug 2013 13:55:08 +0000 (22:55 +0900)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 16 Aug 2013 13:41:35 +0000 (16:41 +0300)
commit581e03ee4c02c5ed823d08139fc5458ecf7d822b
treeec77981fed347ec4a07ff42b89893e47cc872161
parentd9013e7109e04368dad4df4ce16f709c35600723
mtd: tests: incorporate error message for mtdtest_read()

All callers of mtdtest_read() print the same error message on failure.
This incorporates the error message to mtdtest_read() and removes them
from the callers.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/tests/mtd_test.c
drivers/mtd/tests/pagetest.c
drivers/mtd/tests/readtest.c
drivers/mtd/tests/speedtest.c
drivers/mtd/tests/stresstest.c