From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754111AbbCaBNs (ORCPT ); Mon, 30 Mar 2015 21:13:48 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:34484 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753543AbbCaBNp (ORCPT ); Mon, 30 Mar 2015 21:13:45 -0400 Date: Mon, 30 Mar 2015 18:13:41 -0700 From: Brian Norris To: Nicholas Mc Guire Cc: David Woodhouse , Boris BREZILLON , Fabio Estevam , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Huang Shijie 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> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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