]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - sound/sh/sh_dac_audio.c
ktime: Cleanup ktime_set() usage
[mirror_ubuntu-zesty-kernel.git] / sound / sh / sh_dac_audio.c
index abf9c0cab1e2b69ac8256cd14fae066d9cad7c8f..461b310c7872d98adc8e37b86d30a53e77fd1f8c 100644 (file)
@@ -87,7 +87,7 @@ static void dac_audio_reset(struct snd_sh_dac *chip)
 
 static void dac_audio_set_rate(struct snd_sh_dac *chip)
 {
-       chip->wakeups_per_second = ktime_set(0, 1000000000 / chip->rate);
+       chip->wakeups_per_second = 1000000000 / chip->rate;
 }