Re: [PATCH] xhci: Remove unused value len from xhci_unmap_temp_buf

2021-03-09 Thread Greg Kroah-Hartman
On Sun, Mar 07, 2021 at 09:14:26AM +0800, Zhangkun wrote: > On 3/7/21 12:25 AM, Greg Kroah-Hartman wrote: > > On Sat, Mar 06, 2021 at 08:06:44PM +0800, zhangkun...@163.com wrote: > >> From: Zhang Kun > >> > >> The value assigned to len by sg_pcopy_from_buffer() never used for > >> anything, so

Re: [PATCH] xhci: Remove unused value len from xhci_unmap_temp_buf

2021-03-06 Thread Zhangkun
On 3/7/21 12:25 AM, Greg Kroah-Hartman wrote: > On Sat, Mar 06, 2021 at 08:06:44PM +0800, zhangkun...@163.com wrote: >> From: Zhang Kun >> >> The value assigned to len by sg_pcopy_from_buffer() never used for >> anything, so remove it. >> >> Signed-off-by: Zhang Kun >> --- >>

Re: [PATCH] xhci: Remove unused value len from xhci_unmap_temp_buf

2021-03-06 Thread Greg Kroah-Hartman
On Sat, Mar 06, 2021 at 08:06:44PM +0800, zhangkun...@163.com wrote: > From: Zhang Kun > > The value assigned to len by sg_pcopy_from_buffer() never used for > anything, so remove it. > > Signed-off-by: Zhang Kun > --- > drivers/usb/host/xhci.c | 3 +-- > 1 file changed, 1 insertion(+), 2

[PATCH] xhci: Remove unused value len from xhci_unmap_temp_buf

2021-03-06 Thread zhangkun4jr
From: Zhang Kun The value assigned to len by sg_pcopy_from_buffer() never used for anything, so remove it. Signed-off-by: Zhang Kun --- drivers/usb/host/xhci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index