]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: fireface: obsolete usage of ktime_set() for zero assignment
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 14 Apr 2017 14:06:54 +0000 (23:06 +0900)
committerTakashi Iwai <tiwai@suse.de>
Thu, 20 Apr 2017 13:00:54 +0000 (15:00 +0200)
commite3a973c69b3e3d877db982ff11f930cf845fe728
treed4f6269f91bef6b8371adb110b215504e73ebf06
parentfa8323bf49f5c92363fe7c3c80b6b342f5430baa
ALSA: fireface: obsolete usage of ktime_set() for zero assignment

In development period for Linux v4.10, ktime_t became an alias of s64,
instead of union. I forgot it. We can just assign zero, instead of usage
of ktime_set(0, 0).

Fixes: 19174295788 ("ALSA: fireface: add transaction support")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/fireface/ff-transaction.c