
20 May
2008
20 May
'08
11:29 a.m.
Dear Gururaja,
in message 17336362.post@talk.nabble.com you wrote:
While going through some the files that i use for my u-boot version, i found an incorrect escape sequence mentioned in u-boot-1.3.3/common/usb.c. Below is the patch that corrects the same.
Thanks. Had to apply manually, as your patch is line-wrapped.
Here in my company i cannot use git and hence no git-patch or git-mail. sorry for that..
What could you prevent from using git? I cannot imagine...
USB_HUB_PRINTF("usb_hub_configure: failed to get hub descriptor - too
long: %d\N",
^^^^^^^^^^^^^^^^^^
USB_HUB_PRINTF("usb_hub_configure: failed to get hub descriptor - too
long: %d\n",
^^^^^^^^^^^^^^^^^^
Please fix your mailer to not wrap lines!
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Do not underestimate the value of print statements for debugging.
Don't have aesthetic convulsions when using them, either.