diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-09-18 12:56:19 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-09-21 11:37:07 +0300 |
commit | 18d122c0287b29e70bc312a994c7ee79738cec77 (patch) | |
tree | 5310fec9f6a909f465b97350cf4fda5105149361 /scripts/Makefile.dtbinst | |
parent | 2b987515e1d18836d9df96a5876290c8c8208348 (diff) | |
download | linux-18d122c0287b29e70bc312a994c7ee79738cec77.tar.xz |
ALSA: compat_ioctl: avoid compat_alloc_user_space
Using compat_alloc_user_space() tends to add complexity
to the ioctl handling, so I am trying to remove it everywhere.
The two callers in sound/core can rewritten to just call
the same code that operates on a kernel pointer as the
native handler.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20200918095642.1446243-1-arnd@arndb.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'scripts/Makefile.dtbinst')
0 files changed, 0 insertions, 0 deletions