Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11343)

Unified Diff: cli_mfg.c

Issue 3058057: add missing programmer_shutdown() call to cli_mfg (Closed) Base URL: ssh://git@gitrw.chromium.org/flashrom
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cli_mfg.c
diff --git a/cli_mfg.c b/cli_mfg.c
index 84594297bcd67b94edadfea27df4f27e5530c0be..c8a5a0eb6d4a04391290f52a759d17f707547248 100644
--- a/cli_mfg.c
+++ b/cli_mfg.c
@@ -528,5 +528,6 @@ int cli_mfg(int argc, char *argv[])
rc = doit(flash, force, filename, read_it, write_it, erase_it, verify_it);
}
+ programmer_shutdown();
return rc;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698