]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: control: Fix missing __user annotation
authorTakashi Iwai <tiwai@suse.de>
Mon, 23 Apr 2018 13:01:44 +0000 (15:01 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Apr 2018 14:19:52 +0000 (16:19 +0200)
commit8a078d94cd8623a30cb3a7e53257aef7f1f3aed1
treec9b4cb5f0c20747a8d5789c24592e2192844d77e
parent56b0dd14ddd6e217de415668660516f75090cf18
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: 209d051de2dc ("ALSA: control: code refactoring TLV ioctl handler")
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c