Re: [PATCH] cmd/eeprom.c: prepend 0x to hex numbers in output message format

2020-01-10 Thread Tom Rini
On Wed, Dec 11, 2019 at 11:18:29AM +, Rasmus Villemoes wrote: > From: "Klaus H. Sorensen" > > If the numbers do not happen to contain any digits from [a-f], it's > not clear that they are base 16. > > Signed-off-by: Klaus H. Sorensen > Signed-off-by: Rasmus Villemoes > Reviewed-by:

Re: [PATCH] cmd/eeprom.c: prepend 0x to hex numbers in output message format

2019-12-15 Thread Heiko Schocher
Hello Rasmus, Am 11.12.2019 um 12:18 schrieb Rasmus Villemoes: From: "Klaus H. Sorensen" If the numbers do not happen to contain any digits from [a-f], it's not clear that they are base 16. Signed-off-by: Klaus H. Sorensen Signed-off-by: Rasmus Villemoes --- cmd/eeprom.c | 2 +- 1 file

Re: [PATCH] cmd/eeprom.c: prepend 0x to hex numbers in output message format

2019-12-11 Thread Lukasz Majewski
On Wed, 11 Dec 2019 11:18:29 + Rasmus Villemoes wrote: > From: "Klaus H. Sorensen" > > If the numbers do not happen to contain any digits from [a-f], it's > not clear that they are base 16. > > Signed-off-by: Klaus H. Sorensen > Signed-off-by: Rasmus Villemoes > --- > cmd/eeprom.c | 2

[PATCH] cmd/eeprom.c: prepend 0x to hex numbers in output message format

2019-12-11 Thread Rasmus Villemoes
From: "Klaus H. Sorensen" If the numbers do not happen to contain any digits from [a-f], it's not clear that they are base 16. Signed-off-by: Klaus H. Sorensen Signed-off-by: Rasmus Villemoes --- cmd/eeprom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/eeprom.c