Re: [PATCH] usb: gadget: f_fs: Add compat_ioctl to ep0

2018-04-09 Thread kbuild test robot
Hi Jerry, Thank you for the patch! Yet something to improve: [auto build test ERROR on balbi-usb/next] [also build test ERROR on v4.16 next-20180409] [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/comm

Re: [PATCH] usb: gadget: f_fs: Add compat_ioctl to ep0

2018-04-09 Thread kbuild test robot
Hi Jerry, Thank you for the patch! Yet something to improve: [auto build test ERROR on balbi-usb/next] [also build test ERROR on v4.16 next-20180409] [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/comm

[PATCH] usb: gadget: f_fs: Add compat_ioctl to ep0

2018-04-09 Thread Jerry Zhang
Functionfs ep0 ioctls can be handled in the same way as a normal ioctl. Underlying gadget ioctls are passed to the underlying gadget's compat_ioctl. Signed-off-by: Jerry Zhang --- drivers/usb/gadget/function/f_fs.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers