From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yckko-0000Qt-5v for linux-mtd@lists.infradead.org; Tue, 31 Mar 2015 01:14:06 +0000 Received: by pactp5 with SMTP id tp5so3012065pac.1 for ; Mon, 30 Mar 2015 18:13:45 -0700 (PDT) Date: Mon, 30 Mar 2015 18:13:41 -0700 From: Brian Norris To: Nicholas Mc Guire Subject: Re: [PATCH] mtd: nand: gpmi: fixup return type of wait_for_completion_timeout Message-ID: <20150331011341.GO32500@ld-irv-0074> References: <1423413453-5254-1-git-send-email-hofrat@osadl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423413453-5254-1-git-send-email-hofrat@osadl.org> Cc: Fabio Estevam , Boris BREZILLON , linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Huang Shijie , David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, Feb 08, 2015 at 11:37:33AM -0500, Nicholas Mc Guire wrote: > return type of wait_for_completion_timeout is unsigned long not int. The > return variable is renamed to reflect its use and the type adjusted to > unsigned long. > > Signed-off-by: Nicholas Mc Guire Pushed to l2-mtd.git. Brian