Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753522AbbDBP3I (ORCPT ); Thu, 2 Apr 2015 11:29:08 -0400 Received: from a.ns.miles-group.at ([95.130.255.143]:65275 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753299AbbDBP3F (ORCPT ); Thu, 2 Apr 2015 11:29:05 -0400 Message-ID: <551D603D.90805@nod.at> Date: Thu, 02 Apr 2015 17:29:01 +0200 From: Richard Weinberger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Fabio Estevam CC: Brian Norris , "linux-mtd@lists.infradead.org" , David Woodhouse , linux-kernel Subject: Re: [PATCH] mtd: Add simple read disturb test References: <1427984026-31100-1-git-send-email-richard@nod.at> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 649 Lines: 18 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/