Re: [PATCH] xhci: Drop superfluous initialization in xhci_queue_ctrl_tx()

2019-02-07 Thread Andrey Smirnov
On Thu, Feb 7, 2019 at 8:44 AM Sergei Shtylyov wrote: > > Hello! > > On 07.02.2019 3:03, Andrey Smirnov wrote: > > > Simplify filed's initialization by directly assigning its final value > > field's. > Oops, missed that. Will fix in v2. Thanks, Andrey Smirnov

Re: [PATCH] xhci: Drop superfluous initialization in xhci_queue_ctrl_tx()

2019-02-07 Thread Sergei Shtylyov
Hello! On 07.02.2019 3:03, Andrey Smirnov wrote: Simplify filed's initialization by directly assigning its final value field's. instead of initializing the variable to sero and then bitwise or-ing it. Signed-off-by: Andrey Smirnov Cc: Mathias Nyman Cc: Greg Kroah-Hartman Cc: linux-us

[PATCH] xhci: Drop superfluous initialization in xhci_queue_ctrl_tx()

2019-02-06 Thread Andrey Smirnov
Simplify filed's initialization by directly assigning its final value instead of initializing the variable to sero and then bitwise or-ing it. Signed-off-by: Andrey Smirnov Cc: Mathias Nyman Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- drivers/usb/h