Am 02.04.2015 um 16:32 schrieb Fabio Estevam: >> + >> + ret = read_eraseblock_by_page(i, iteration); >> + >> + ret = mtdtest_relax(); >> + if (ret) >> + goto out; BTW: While all the nitpicking you oversaw the real issue in my code. I do not check ret after read_eraseblock_by_page(). ;-\ Thanks, //richard