Re: [U-Boot] [USB EHCI PATCH 1/2] USB ehci remove infinite loop and use handshake function

2008-12-17 Thread michael
Stefan Roese wrote: On Wednesday 17 December 2008, Michael Trimarchi wrote: USB ehci code cleanup. Use handshake instead of infinite while loop to check the STD_ASS status Signed-off-by: Michael Trimarchi trimarchimich...@yahoo.it --- drivers/usb/usb_ehci_core.c | 53

Re: [U-Boot] [USB EHCI PATCH 1/2] USB ehci remove infinite loop and use handshake function

2008-12-17 Thread Stefan Roese
On Wednesday 17 December 2008, Michael Trimarchi wrote: USB ehci code cleanup. Use handshake instead of infinite while loop to check the STD_ASS status Signed-off-by: Michael Trimarchi trimarchimich...@yahoo.it --- drivers/usb/usb_ehci_core.c | 53

[U-Boot] [USB EHCI PATCH 1/2] USB ehci remove infinite loop and use handshake function

2008-12-17 Thread Michael Trimarchi
USB ehci code cleanup. Use handshake instead of infinite while loop to check the STD_ASS status Signed-off-by: Michael Trimarchi trimarchimich...@yahoo.it --- drivers/usb/usb_ehci_core.c | 53 ++- 1 files changed, 27 insertions(+), 26 deletions(-) diff