Re: [PATCH] cmd: tlv_eeprom: fix signature for populate_serial_number function

2023-05-16 Thread Heinrich Schuchardt
On 5/16/23 13:49, Josua Mayer wrote: Hi Heinrich, Am 16.05.23 um 14:21 schrieb Heinrich Schuchardt: On 5/16/23 10:27, Josua Mayer wrote: populate_serial_number is not used internally for the tlv_eeprom command, but rather provided as a library function for external use.. Remove the devnum that

Re: [PATCH] cmd: tlv_eeprom: fix signature for populate_serial_number function

2023-05-16 Thread Josua Mayer
Hi Heinrich, Am 16.05.23 um 14:21 schrieb Heinrich Schuchardt: On 5/16/23 10:27, Josua Mayer wrote: populate_serial_number is not used internally for the tlv_eeprom command, but rather provided as a library function for external use.. Remove the devnum that had recently been added by mistake, r

Re: [PATCH] cmd: tlv_eeprom: fix signature for populate_serial_number function

2023-05-16 Thread Heinrich Schuchardt
On 5/16/23 10:27, Josua Mayer wrote: populate_serial_number is not used internally for the tlv_eeprom command, but rather provided as a library function for external use.. Remove the devnum that had recently been added by mistake, returning the function to its original signature. Instead place a

[PATCH] cmd: tlv_eeprom: fix signature for populate_serial_number function

2023-05-16 Thread Josua Mayer
populate_serial_number is not used internally for the tlv_eeprom command, but rather provided as a library function for external use.. Remove the devnum that had recently been added by mistake, returning the function to its original signature. Instead place a 0-initialised member variable inside t

Re: [PATCH] cmd: tlv_eeprom

2021-10-21 Thread Stefan Roese
On 21.10.21 07:36, Stefan Roese wrote: On 12.09.21 09:25, sven.auha...@voleatech.de wrote: From: Sven Auhagen The function show_eeprom is missing int i if debug is enabled. Signed-off-by: Sven Auhagen Reviewed-by: Stefan Roese Applied to u-boot-marvell/master Thanks, Stefan Thanks, S

Re: [PATCH] cmd: tlv_eeprom

2021-10-20 Thread Stefan Roese
On 12.09.21 09:25, sven.auha...@voleatech.de wrote: From: Sven Auhagen The function show_eeprom is missing int i if debug is enabled. Signed-off-by: Sven Auhagen Reviewed-by: Stefan Roese Thanks, Stefan --- cmd/tlv_eeprom.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/t

[PATCH] cmd: tlv_eeprom

2021-09-12 Thread sven . auhagen
From: Sven Auhagen The function show_eeprom is missing int i if debug is enabled. Signed-off-by: Sven Auhagen --- cmd/tlv_eeprom.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/tlv_eeprom.c b/cmd/tlv_eeprom.c index 745565f89c..520e5dc738 100644 --- a/cmd/tlv_eeprom.c +++ b/cmd/tlv