]> git.baikalelectronics.ru Git - kernel.git/commit
snd_hwdep_dsp_load(): don't bother with access_ok()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 28 Dec 2017 21:30:22 +0000 (16:30 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 28 Dec 2017 21:30:22 +0000 (16:30 -0500)
commitaea0cc001d114e76935e26af8191cc4f0527a0ad
tree735e8d6c808b4fb2f73e51e7e9237db93f10fe48
parent93efa66831d7e855c4b60ab2acf3ddb15d6ba57b
snd_hwdep_dsp_load(): don't bother with access_ok()

the only remaining instance of ->dsp_load() doesn't need it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
sound/core/hwdep.c