ALSA: usb-audio: void return type of snd_usb_endpoint_deactivate()
authorEldad Zack <eldad@fogrefinery.com>
Sun, 6 Oct 2013 20:31:10 +0000 (22:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Oct 2013 09:00:03 +0000 (11:00 +0200)
The return value of snd_usb_endpoint_deactivate() is not used,
make the function have no return value.
Update the documentation to reflect what the function is actually
doing.

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found