]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: gadget: f_uac2: restructure some code in afunc_set_alt()
authorDaniel Mack <zonque@gmail.com>
Wed, 27 Aug 2014 17:09:03 +0000 (19:09 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 2 Sep 2014 14:17:04 +0000 (09:17 -0500)
commit430fdbd3b7ea4a820d4c1aa936ede77433cfa818
treef62b88c86a66d554c2fe51596189861a5393bfe0
parent4953ef658910416655cdb4b61618458aa11302ab
usb: gadget: f_uac2: restructure some code in afunc_set_alt()

Restructure some code to make it easier to read.

While at it, return -ENOMEM instead of -EINVAL if
usb_ep_alloc_request() fails, and omit the logging in such cases
(the mm core will complain loud enough).

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/function/f_uac2.c