Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 88d3b579 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Dundi Raviteja
Browse files

UPSTREAM: ath10k: use 64-bit crash dump timestamps



The dump format uses 64-bit timestamps already, but calling
getnstimeofday() only returns a 32-bit number on 32-bit architectures,
so that will overflow in y2038.

This changes it to use ktime_get_real_ts64() instead.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
Git-commit: dafa420360129781744ef48736a6dbed8f622077
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git


Change-Id: Ie9c5d5b3435843e117a9282d997ced2d7e5538d1
Signed-off-by: default avatarDundi Raviteja <dundi@codeaurora.org>
parent 950ffef6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment