Re: [PATCH v2] usb: cdns3: Variable 'length' set but not used

2020-10-12 Thread Roger Quadros
On 12/10/2020 09:45, Pawel Laszczak wrote: Patch removes not used variable 'length' from cdns3_wa2_descmiss_copy_data function. Fixes: 141e70fef4ee ("usb: cdns3: gadget: need to handle sg case for workaround 2 case") Signed-off-by: Pawel Laszczak Acked-by: Roger Quadros --- Changelog:

[PATCH v2] usb: cdns3: Variable 'length' set but not used

2020-10-11 Thread Pawel Laszczak
Patch removes not used variable 'length' from cdns3_wa2_descmiss_copy_data function. Fixes: 141e70fef4ee ("usb: cdns3: gadget: need to handle sg case for workaround 2 case") Signed-off-by: Pawel Laszczak --- Changelog: v2 - added "Fixes" tag. drivers/usb/cdns3/gadget.c | 2 -- 1 file changed,