aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool/winbond.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-11-12 21:02:44 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-11-12 21:02:44 +0000
commit9c22e8625f55553fdeca442488801484edeca4b1 (patch)
tree8881e6571bd3646d04f6e34d4bd432da1241847f /util/superiotool/winbond.c
parent390648df6480fff86acd2a51600fc0352aef7597 (diff)
Drop superfluous exit_conf_mode*() calls, we don't want to call them twice.
Small cosmetic fixes (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2956 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/winbond.c')
-rw-r--r--util/superiotool/winbond.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c
index 671a825684..f473e2dd7a 100644
--- a/util/superiotool/winbond.c
+++ b/util/superiotool/winbond.c
@@ -414,7 +414,6 @@ void probe_idregs_winbond_helper(const char *init, uint16_t port)
if (verbose)
printf(NOTFOUND "id/oldid=0x%02x/0x%02x, rev=0x%02x\n",
devid, olddevid, rev);
- exit_conf_mode_winbond_fintek_ite_8787(port);
return;
}
@@ -450,4 +449,3 @@ void probe_idregs_winbond(uint16_t port)
probe_idregs_winbond_helper("(init=0x87,0x87) ", port);
exit_conf_mode_winbond_fintek_ite_8787(port);
}
-