Re: [U-Boot] [PATCH v2 05/10] patman: Don't report unicode character

2017-06-06 Thread sjg
Unicode characters may appear in input patches so we should not warn about them. Drop this warning. Signed-off-by: Simon Glass --- Changes in v2: None tools/patman/patchstream.py | 9 - 1 file changed, 9 deletions(-) Applied to u-boot-dm, thanks! __

[U-Boot] [PATCH v2 05/10] patman: Don't report unicode character

2017-05-29 Thread Simon Glass
Unicode characters may appear in input patches so we should not warn about them. Drop this warning. Signed-off-by: Simon Glass --- Changes in v2: None tools/patman/patchstream.py | 9 - 1 file changed, 9 deletions(-) diff --git a/tools/patman/patchstream.py b/tools/patman/patchstream.