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: Sat, 14 Feb 2015 22:34:22 +0100 Message-ID: <20150214213422.GB4035@omega> References: <1423385700-11125-1-git-send-email-hofrat@osadl.org> <20150208093428.GA10594@omega> 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: <20150208093428.GA10594@omega> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sun, Feb 08, 2015 at 10:34:34AM +0100, Alexander Aring wrote: > 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. > Marcel, ping. - Alex