commit | 38af1a19248ac3763a47691146a1031a3a4a589a | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Sun Mar 24 15:04:20 2024 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Wed Mar 27 08:33:00 2024 +0000 |
tree | 8d6b8523535e1e9e12248b18c7077cc813d2d902 | |
parent | 4661e7c848efb5fc89b5b0f89c8d6b463702ae28 [diff] |
dediprog: Revise id matching Avoid printing a redundant error message, as we already print one inside dediprog_read_id(). Also break early when a match is found, so we don't have to repeat the clean-up code. Change-Id: I2f85432a83f1a9d1b6efe0fc9c47a36d9c4934a8 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/104 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>