Re: [PATCH v2 4/8] drivers: most: usb: check number of reported endpoints

2020-05-14 Thread kbuild test robot
Hi Christian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on usb/usb-testing linus/master v5.7-rc5 next-20200514] [cannot apply to balbi-usb/next peter.chen-usb/ci-for-usb-next] [if your patch is applied to t

[PATCH v2 4/8] drivers: most: usb: check number of reported endpoints

2020-05-14 Thread Christian Gromm
This patch checks the number of endpoints reported by the USB interface descriptor and throws an error if the number exceeds MAX_NUM_ENDPOINTS. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/most/most_usb.c | 13 ++--- 1 file changed, 6 insertions(+), 7