Files
u-boot/cmd
Martin Schiller 7afcde0939 cmd: tlv_eeprom: return after successful read from EEPROM
Commit f6eff35b8c ("cmd: tlv_eeprom: handle -ENODEV error from
read_eeprom function") removed the needed 'return 0' after a successful
read. As a result, the usage message is shown when 'tlv_eeprom read' is
successfully called.

Let's fix it by adding the needed 'return 0'.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Reviewed-by: Stefan Roese <sr@denx.de>
2025-05-16 08:17:43 +02:00
..
2025-04-03 11:43:22 -06:00
2025-04-19 12:47:33 +02:00
2025-04-19 12:45:48 +02:00
2025-04-02 20:00:59 -06:00
2025-04-28 13:25:30 -06:00
2025-04-23 13:19:44 -06:00
2025-04-08 11:43:23 -06:00
2025-04-23 09:58:07 +02:00
2025-04-10 20:55:53 -06:00