From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YL237-0004NB-7q for linux-mtd@lists.infradead.org; Tue, 10 Feb 2015 04:04:15 +0000 Date: Tue, 10 Feb 2015 12:01:07 +0800 From: Huang Shijie To: Nicholas Mc Guire Subject: Re: [PATCH] mtd: nand: gpmi: fixup return type of wait_for_completion_timeout Message-ID: <20150210040107.GB19195@hsj.sh.intel.com> 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, Huang Shijie , linux-mtd@lists.infradead.org, Brian Norris , 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 Acked-by: Huang Shijie