]> git.baikalelectronics.ru Git - kernel.git/commit
sound/oss: use schedule_timeout_interruptible()
authorNicholas Mc Guire <hofrat@osadl.org>
Fri, 29 May 2015 15:11:14 +0000 (17:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 May 2015 15:26:32 +0000 (17:26 +0200)
commit1f700e037ca0e0a0d1f723e5fa6c1f97b207b1af
treefde75fdfe13081a0a070e4b0a3543c7f9ee90c7e
parent721c4a098dd0edf457249fa95d28af2834b17e37
sound/oss: use schedule_timeout_interruptible()

API consolidation with coccinelle found:
./sound/oss/msnd_pinnacle.c:1292:2-18:
        consolidation with schedule_timeout_*() recommended

This is a 1:1 conversion of the current calls to an available helper
only - so only an API consolidation to improve readability.

Patch was compile tested with x86_64_defconfig

Patch is against 4.1-rc5 (localversion-next is -next-20150529)

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/oss/msnd_pinnacle.c