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

2008-07-07 Thread Markus Klotzbücher
Dear Wolfgang, Sorry for the delay, I was on holiday too. Wolfgang Denk <[EMAIL PROTECTED]> writes: > In message <[EMAIL PROTECTED]> you wrote: >> I think this must be swapped (result may be equal). >> --- >> drivers/usb/usb_ohci.c |6 +++--- >> 1 files changed, 3 insertions(+), 3 deletions

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

2008-07-05 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > I think this must be swapped (result may be equal). > --- > drivers/usb/usb_ohci.c |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Markus, can you please comment on this patch? Thanks in advance. Best regards, Wolfgang Denk -- DEN

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

2008-05-21 Thread Christian Eggers
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 ee0f2e4..29fcbbe 100644 --- a/drivers/usb/usb_ohci.c +++ b/drivers/usb/usb_ohci.c @@ -1