From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933614AbbBIQQS (ORCPT ); Mon, 9 Feb 2015 11:16:18 -0500 Received: from mail-by2on0088.outbound.protection.outlook.com ([207.46.100.88]:15926 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933592AbbBIQQP (ORCPT ); Mon, 9 Feb 2015 11:16:15 -0500 Date: Mon, 9 Feb 2015 08:15:59 -0800 From: =?utf-8?B?U8O2cmVu?= Brinkmann To: Nicholas Mc Guire CC: Michal Simek , Wolfram Sang , , , Subject: Re: [PATCH v2] i2c: cadence: fixup of wait_for_completion_timeout return handling References: <1423494232-24747-1-git-send-email-hofrat@osadl.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <1423494232-24747-1-git-send-email-hofrat@osadl.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-RCIS-Action: ALLOW X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-7.5.0.1018-21296.000 X-TM-AS-User-Approved-Sender: Yes Message-ID: <0031e482e8bd435b92a52cb3ef66e56e@BY2FFO11FD025.protection.gbl> X-EOPAttributedMessage: 0 Authentication-Results: spf=pass (sender IP is 62.221.5.235) smtp.mailfrom=soren.brinkmann@xilinx.com; X-Forefront-Antispam-Report: CIP:62.221.5.235;CTRY:GB;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(438002)(24454002)(377424004)(50466002)(47776003)(19580395003)(19580405001)(83506001)(74316001)(77156002)(62966003)(6806004)(86362001)(77096005)(87936001)(92566002)(54356999)(23676002)(46102003)(85202003)(110136001)(76176999)(106466001)(104016003)(92726002)(85182001)(108616004)(2950100001)(50986999)(107986001)(24736002);DIR:OUT;SFP:1101;SCL:1;SRVR:BY2FFO11HUB013;H:xir-pvapsmtpgw01;FPR:;SPF:Pass;MLV:sfv;LANG:en; X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB013; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004);SRVR:BY2FFO11HUB013; X-Forefront-PRVS: 04825EA361 X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB013; X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 09 Feb 2015 16:16:12.4683 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[62.221.5.235] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2FFO11HUB013 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2015-02-09 at 10:03AM -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 Reviewed-by: Soren Brinkmann Soren