Re: [U-Boot] [PATCH v2 75/80] dm: test: Correct printf() output nit in 'dm uclass'

2015-04-07 Thread Simon Glass
On 25 March 2015 at 12:23, Simon Glass wrote: > Neither the hyphen nor the equals sign is needed. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > test/dm/cmd_dm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-dm/next.

[U-Boot] [PATCH v2 75/80] dm: test: Correct printf() output nit in 'dm uclass'

2015-03-25 Thread Simon Glass
Neither the hyphen nor the equals sign is needed. Signed-off-by: Simon Glass --- Changes in v2: None test/dm/cmd_dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dm/cmd_dm.c b/test/dm/cmd_dm.c index 8d531fd..62e065c 100644 --- a/test/dm/cmd_dm.c +++ b/test/dm/cmd_d