]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: mtd_nandecctest: make module_init() return an error code if test fails
authorAkinobu Mita <akinobu.mita@gmail.com>
Sun, 26 Aug 2012 12:06:44 +0000 (21:06 +0900)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 29 Aug 2012 13:05:09 +0000 (16:05 +0300)
commit340b100467e20ee8988a0ab1bd1897f45fe8e85e
tree0b50d4e4dfada24d7713eee632bc125c59a39a36
parentef3b0f6bd14172d08f58497b917956a5d0abaf6a
mtd: mtd_nandecctest: make module_init() return an error code if test fails

Return an error code if test fails in order to detect a test case failure
by invoking tests repeatedly like this:

while sudo modprobe mtd_nandecctest; do
sudo modprobe -r mtd_nandecctest
done

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