From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [2/4] zd1211rw: stop using deprecated get_seconds() Date: Wed, 27 Jun 2018 16:10:55 +0000 (UTC) Message-ID: <20180627161056.0916760B16@smtp.codeaurora.org> References: <20180618151142.1214422-2-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Daniel Drake , Ulrich Kunitz , "David S. Miller" , y2038@lists.linaro.org, Arnd Bergmann , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Arnd Bergmann Return-path: In-Reply-To: <20180618151142.1214422-2-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Arnd Bergmann wrote: > The get_seconds() function is deprecated because of the y2038 overflow. > In zd1211rw we don't even care about the absolute value, so this is > not a problem, but it's equally trivial to change to the non-deprecated > ktime_get_seconds(). > > Signed-off-by: Arnd Bergmann 2 patches applied to wireless-drivers-next.git, thanks. 71e140b57151 zd1211rw: stop using deprecated get_seconds() 3cade2f3d98a ipw2x00: track time using boottime -- https://patchwork.kernel.org/patch/10471961/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches