Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761840AbbBJEDZ (ORCPT ); Mon, 9 Feb 2015 23:03:25 -0500 Received: from mga11.intel.com ([192.55.52.93]:7083 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761599AbbBJEDY (ORCPT ); Mon, 9 Feb 2015 23:03:24 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,547,1418112000"; d="scan'208";a="683444618" Date: Tue, 10 Feb 2015 12:01:07 +0800 From: Huang Shijie To: Nicholas Mc Guire Cc: David Woodhouse , Fabio Estevam , Boris BREZILLON , linux-kernel@vger.kernel.org, Huang Shijie , linux-mtd@lists.infradead.org, Brian Norris 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> 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 Content-Length: 582 Lines: 12 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 -- 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/