commit | 1ba7862f1f5a7a3b268cf79ac236611546888a90 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Apr 23 15:01:44 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Apr 23 16:19:52 2018 +0200 |
tree | c9b4cb5f0c20747a8d5789c24592e2192844d77e | |
parent | f853dcaae2f5bbe021161e421bd1576845bae8f6 [diff] |
ALSA: control: Fix missing __user annotation There is one place missing __user annotation to the pointer used by the recent code refactoring. Reported by sparse. Fixes: 450296f305f1 ("ALSA: control: code refactoring TLV ioctl handler") Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>