From: Aya Mahfouz Date: Tue, 28 Oct 2014 12:27:44 +0000 (+0200) Subject: ALSA: pcxhr: convert timeval to ktime_t X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~21^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326f0480b7f8504c4f594c4f36ab7874e17780bc;p=pandora-kernel.git ALSA: pcxhr: convert timeval to ktime_t This patch is concerned with migrating the time variables in the pcxhr module found in the sound driver. The changes are concerend with the y2038 problem where timeval will overflow in the year 2038. ktime_t was used instead of timeval to get the wall time. The difference is displayed now in nanoseconds instead of microseconds. Signed-off-by: Aya Mahfouz Reviewed-by: Arnd Bergmann Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed