Re: [PATCHv2 2/3] usb: gadget: f_uac*: Reduce code duplication

2017-07-02 Thread kbuild test robot
Hi Julian, [auto build test WARNING on balbi-usb/next] [also build test WARNING on next-20170630] [cannot apply to v4.12-rc7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Julian-Scheel/USB-Aud

Re: [PATCHv2 2/3] usb: gadget: f_uac*: Reduce code duplication

2017-07-02 Thread kbuild test robot
Hi Julian, [auto build test ERROR on balbi-usb/next] [also build test ERROR on next-20170630] [cannot apply to v4.12-rc7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Julian-Scheel/USB-Audio-G

[PATCHv2 2/3] usb: gadget: f_uac*: Reduce code duplication

2017-06-30 Thread Julian Scheel
This replaces the dedicated headers for uac1 and uac2 functions with a shared header for both of them. Apart from unifying the struct names, further duplicated code for configfs setup is moved out of the function files into the shared header. Signed-off-by: Julian Scheel --- Changes in v2: - Fix