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

All callers of mtdtest_write() print the same error message on failure.
This incorporates the error message to mtdtest_write() 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/nandbiterrs.c
drivers/mtd/tests/pagetest.c
drivers/mtd/tests/speedtest.c
drivers/mtd/tests/stresstest.c