]> asedeno.scripts.mit.edu Git - linux.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)
commit446bd647ceee73fbed50404daece9cbcec751f66
tree735e8d6c808b4fb2f73e51e7e9237db93f10fe48
parentfc1c428eb46af8183be771d2c78b3902acbeffe3
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