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

Unified Diff: cli_mfg.c

Issue 6897014: Do not call EC programmer shutdown functions explicitly. (Closed) Base URL: svn://coreboot.org/flashrom/trunk
Patch Set: rename shutdown() to flashrom_shutdown() to avoid conflict with shutdown(2) Created 9 years, 8 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 | « cli_classic.c ('k') | flashrom.c » ('j') | flashrom.c » ('J')
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 fec9a1aeeb4fed82b59695c8b0adaf8010454352..12d7c0efd9369cef1044e12901783cb090fc1b86 100644
--- a/cli_mfg.c
+++ b/cli_mfg.c
@@ -606,7 +606,7 @@ int cli_mfg(int argc, char *argv[])
msg_ginfo("%s\n", rc ? "FAILED" : "SUCCESS");
cli_mfg_silent_exit:
- programmer_shutdown(); /* must be done after chip_restore() */
+ flashrom_shutdown(); /* must be done after chip_restore() */
cli_mfg_release_lock_exit:
#if USE_BIG_LOCK == 1
release_big_lock();
« no previous file with comments | « cli_classic.c ('k') | flashrom.c » ('j') | flashrom.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698