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

Unified Diff: cli_mfg.c

Issue 6731011: Add Tegra2 SPI controller. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flashrom.git@master
Patch Set: refine comments Created 9 years, 9 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
Index: cli_mfg.c
diff --git a/cli_mfg.c b/cli_mfg.c
index de4c885e29a0875e0fccea4a4b0a15f2af17cded..9653895265173b4949c482358eedf35f218f59e6 100644
--- a/cli_mfg.c
+++ b/cli_mfg.c
@@ -449,8 +449,6 @@ int cli_mfg(int argc, char *argv[])
/* FIXME: Delay calibration should happen in programmer code. */
myusec_calibrate_delay();
- msg_pdbg("Initializing %s programmer\n",
- programmer_table[programmer].name);
Stefan Reinauer 2011/03/25 16:57:47 This was separated out into an extra CL
Louis 2011/03/29 07:55:02 Done.
if (programmer_init(pparam)) {
fprintf(stderr, "Error: Programmer initialization failed.\n");
rc = 1;

Powered by Google App Engine
This is Rietveld 408576698