Re: [PATCH] usb: ehci: Cleanup itd/sidt_complete()

2019-02-25 Thread Suwan Kim
On Mon, Feb 25, 2019 at 05:41:45PM +0100, Greg KH wrote: > On Tue, Feb 26, 2019 at 12:51:44AM +0900, Suwan Kim wrote: > > This patch makes itd/sitd_complete() use *bus instead of referening > > ehci_to_hcd(ehci)->self. And remove unnecessary "urb = NULL" lines. > > That is two different things to

Re: [PATCH] usb: ehci: Cleanup itd/sidt_complete()

2019-02-25 Thread Greg KH
On Tue, Feb 26, 2019 at 12:51:44AM +0900, Suwan Kim wrote: > This patch makes itd/sitd_complete() use *bus instead of referening > ehci_to_hcd(ehci)->self. And remove unnecessary "urb = NULL" lines. That is two different things to do in the same patch, please break this up into different patches.

[PATCH] usb: ehci: Cleanup itd/sidt_complete()

2019-02-25 Thread Suwan Kim
This patch makes itd/sitd_complete() use *bus instead of referening ehci_to_hcd(ehci)->self. And remove unnecessary "urb = NULL" lines. Signed-off-by: Suwan Kim --- drivers/usb/host/ehci-sched.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/usb/h