Re: [U-Boot] [PATCH 1/1] usb: xhci-ring: remove superfluous assignment

2018-03-18 Thread Bin Meng
On Mon, Mar 19, 2018 at 11:00 AM, Bin Meng wrote: > On Sun, Mar 18, 2018 at 9:01 PM, Heinrich Schuchardt > wrote: >> No need to set a variable to NULL if the next use is an assignment. >> Do not define variables in the middle of nowhere. >> >>

Re: [U-Boot] [PATCH 1/1] usb: xhci-ring: remove superfluous assignment

2018-03-18 Thread Bin Meng
On Sun, Mar 18, 2018 at 9:01 PM, Heinrich Schuchardt wrote: > No need to set a variable to NULL if the next use is an assignment. > Do not define variables in the middle of nowhere. > > Signed-off-by: Heinrich Schuchardt > --- >

[U-Boot] [PATCH 1/1] usb: xhci-ring: remove superfluous assignment

2018-03-18 Thread Heinrich Schuchardt
No need to set a variable to NULL if the next use is an assignment. Do not define variables in the middle of nowhere. Signed-off-by: Heinrich Schuchardt --- drivers/usb/host/xhci-ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git