From 37e8686284eb45bdb1717088227e3fe485fb0fc4 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sat, 11 Aug 2012 16:07:08 +0000 Subject: Move show_id to where it belongs And remove the unused force parameter. Corresponding to flashrom svn r1569. Signed-off-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger --- flashrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashrom.c') diff --git a/flashrom.c b/flashrom.c index a9253799..95441551 100644 --- a/flashrom.c +++ b/flashrom.c @@ -1815,7 +1815,7 @@ int doit(struct flashctx *flash, int force, const char *filename, int read_it, #if CONFIG_INTERNAL == 1 if (programmer == PROGRAMMER_INTERNAL) - if (show_id(newcontents, size, force)) { + if (show_id(newcontents, size)) { ret = 1; goto out; } -- cgit v1.2.3