[U-Boot] [PATCH][v2]powerpc/usb: Fix usb device-tree fix-up

2013-02-07 Thread Ramneek Mehresh
Fix USB device-tree fixup to properly handle device-tree fixup and print appropriate message when wrong/junk dr_mode or phy_type are mentioned in hwconfig string Signed-off-by: Ramneek Mehresh ramneek.mehr...@freescale.com --- Changes for v2: - changed WARNING message to ERROR message

Re: [U-Boot] [PATCH][v2]powerpc/usb: Fix usb device-tree fix-up

2013-02-07 Thread Wolfgang Denk
Dear Ramneek Mehresh, In message 1360296886-2444-1-git-send-email-ramneek.mehr...@freescale.com you wrote: + printf(ERROR: wrong usb mode/phy + defined!!\n); 1) Please do not split the error message across lines. Quoting