]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: opl3: Kill unused set_fs()
authorTakashi Iwai <tiwai@suse.de>
Wed, 10 May 2017 11:47:41 +0000 (13:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 17 May 2017 05:13:12 +0000 (07:13 +0200)
commit0e0a8540b67691a76d362a6f0ab8b21d812cf31c
tree48b83ce37bf7b1313b1199e77434bd3cbb383eb3
parent56bedbb370f924d85c8ddde720c7d5011b81ccba
ALSA: opl3: Kill unused set_fs()

snd_enter_user() and snd_leave_user() that call set_fs() are the dead
code in opl3 driver.  Let's rip them off.

Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/opl3/opl3_oss.c