diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-11-12 21:02:44 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-11-12 21:02:44 +0000 |
commit | 9c22e8625f55553fdeca442488801484edeca4b1 (patch) | |
tree | 8881e6571bd3646d04f6e34d4bd432da1241847f /util/superiotool/winbond.c | |
parent | 390648df6480fff86acd2a51600fc0352aef7597 (diff) | |
download | coreboot-9c22e8625f55553fdeca442488801484edeca4b1.tar.xz |
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.c | 2 |
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); } - |