commit | 19b94c1f9c9a16d41a8de3ccbdb8536cf1aecdbf | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun May 03 12:47:07 2020 +0200 |
committer | Felipe Balbi <balbi@kernel.org> | Sat May 09 11:05:02 2020 +0300 |
tree | 9be8dd75cbaefad4776d12c0abc490ad0863e3ed | |
parent | 066c09593454e89bc605ffdff1c9810061f9b1e1 [diff] |
usb: gadget: audio: Fix a missing error return value in audio_bind() If 'usb_otg_descriptor_alloc()' fails, we must return an error code, not 0. Fixes: 56023ce0fd70 ("usb: gadget: audio: allocate and init otg descriptor by otg capabilities") Reviewed-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Felipe Balbi <balbi@kernel.org>