Re: [PATCH v2 3/7] staging: 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] [if your patch is applied to the wrong git tree, please drop us a note to help improve the sys

[PATCH v2 3/7] staging: 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/staging/most/usb/usb.c | 13 ++--- 1 file changed, 6 insertions