X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=sound%2Foss%2Fsys_timer.c;h=9f039831114c2f75e11789e061dd505933f87beb;hb=684baeb1d78ac478a8e5f00aa9ab0ce0837f2a91;hp=8db6aefe15e4043224a788c2d9bc314e1c2055a9;hpb=2b876f95d03e226394b5d360c86127cbefaf614b;p=mirror_ubuntu-artful-kernel.git diff --git a/sound/oss/sys_timer.c b/sound/oss/sys_timer.c index 8db6aefe15e4..9f039831114c 100644 --- a/sound/oss/sys_timer.c +++ b/sound/oss/sys_timer.c @@ -57,7 +57,7 @@ poll_def_tmr(unsigned long dummy) { def_tmr.expires = (1) + jiffies; add_timer(&def_tmr); - }; + } if (tmr_running) { @@ -103,7 +103,7 @@ def_tmr_open(int dev, int mode) { def_tmr.expires = (1) + jiffies; add_timer(&def_tmr); - }; + } return 0; }