Re: [U-Boot-Users] [PATCH] Fix endianess conversion in usb_ohci.c

2008-05-22 Thread Markus Klotzbücher
"Christian Eggers" <[EMAIL PROTECTED]> writes: > Sorry, I forgot this line: > > Signed-off-by: Christian Eggers <[EMAIL PROTECTED]> > > I think this must be swapped (result may be equal). Thanks, applied. Best regards Markus Klotzbuecher -- DENX Software Engineering GmbH, MD: Wolfgang Denk

[U-Boot-Users] [PATCH] Fix endianess conversion in usb_ohci.c

2008-05-21 Thread Christian Eggers
Sorry, I forgot this line: Signed-off-by: Christian Eggers <[EMAIL PROTECTED]> I think this must be swapped (result may be equal). --- drivers/usb/usb_ohci.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/usb_ohci.c b/drivers/usb/usb_ohci.c index ee0f2e