Re: [U-Boot] [PATCH 1/3] sunxi: musb: Improve output during probing

2015-06-23 Thread Hans de Goede
Hi, On 22-06-15 18:11, Ian Campbell wrote: On Mon, 2015-06-22 at 17:39 +0200, Hans de Goede wrote: How about the following: Subject: [PATCH 1/3] sunxi: musb: Improve output during probing When we return an error the usb core will log a message, so in this case do not print anything. Signed-

Re: [U-Boot] [PATCH 1/3] sunxi: musb: Improve output during probing

2015-06-22 Thread Ian Campbell
On Mon, 2015-06-22 at 17:39 +0200, Hans de Goede wrote: > How about the following: > > > Subject: [PATCH 1/3] sunxi: musb: Improve output during probing > > When we return an error the usb core will log a message, so in this case > do not print anything. > > Signed-off-by: Hans de Goede Much

Re: [U-Boot] [PATCH 1/3] sunxi: musb: Improve output during probing

2015-06-22 Thread Hans de Goede
Hi, On 21-06-15 10:00, Ian Campbell wrote: On Sat, 2015-06-20 at 17:35 +0200, Hans de Goede wrote: When we return an error the usb core will log a message, so in this case do not print a newline, instead print ": " after our identifier as a seperator between our identifier and the error message

Re: [U-Boot] [PATCH 1/3] sunxi: musb: Improve output during probing

2015-06-21 Thread Ian Campbell
On Sat, 2015-06-20 at 17:35 +0200, Hans de Goede wrote: > When we return an error the usb core will log a message, so in this case > do not print a newline, instead print ": " after our identifier as a > seperator between our identifier and the error message logged by the core. "separator". This

[U-Boot] [PATCH 1/3] sunxi: musb: Improve output during probing

2015-06-20 Thread Hans de Goede
When we return an error the usb core will log a message, so in this case do not print a newline, instead print ": " after our identifier as a seperator between our identifier and the error message logged by the core. Signed-off-by: Hans de Goede --- drivers/usb/musb-new/sunxi.c | 11 ---