]> git.karo-electronics.de Git - linux-beck.git/commit
usb: gadget: f_uac2: fix error handling at afunc_bind
authorPeter Chen <peter.chen@nxp.com>
Tue, 8 Nov 2016 02:10:44 +0000 (10:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jan 2017 09:40:11 +0000 (10:40 +0100)
commit5180169dae85a3bd5b081529ba149374a0b3ffed
treeb6761dd872922e9ff0b94406071f864e40cd0a0e
parenteab169397ad687e69b3bde3547a1fd37e7f81194
usb: gadget: f_uac2: fix error handling at afunc_bind

commit f1d3861d63a5d79b8968a02eea1dcb01bb684e62 upstream.

The current error handling flow uses incorrect goto label, fix it

Fixes: d12a8727171c ("usb: gadget: function: Remove redundant usb_free_all_descriptors")
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/function/f_uac2.c