From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Subject: Re: [PATCH] at86rf230: assign wait_for_completion_timeout to appropriately typed var Date: Sun, 8 Feb 2015 10:34:35 +0100 Message-ID: <20150208093428.GA10594@omega> References: <1423385700-11125-1-git-send-email-hofrat@osadl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: linux-wpan@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, marcel@holtmann.org To: Nicholas Mc Guire Return-path: Content-Disposition: inline In-Reply-To: <1423385700-11125-1-git-send-email-hofrat@osadl.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sun, Feb 08, 2015 at 03:55:00AM -0500, Nicholas Mc Guire wrote: > return type of wait_for_completion_timeout is unsigned long not int. > As rc is used here only for wait_for_completion_timeout the type is simply > changed to unsigned long. > > Signed-off-by: Nicholas Mc Guire Acked-by: Alexander Aring Marcel, can you please queue this for bluetooth-next. Should be able to apply against bluetooth-next. Thanks. - Alex