OSDN Git Service

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)
commit1ba7862f1f5a7a3b268cf79ac236611546888a90
treec9b4cb5f0c20747a8d5789c24592e2192844d77e
parentf853dcaae2f5bbe021161e421bd1576845bae8f6
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>
sound/core/control.c