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/smsc.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/smsc.c')
-rw-r--r-- | util/superiotool/smsc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index 2a5487407d..0b7b7fba7e 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -390,4 +390,3 @@ void probe_idregs_smsc(uint16_t port) probe_idregs_smsc_helper(port, DEVICE_ID_REG, DEVICE_REV_REG); probe_idregs_smsc_helper(port, DEVICE_ID_REG_OLD, DEVICE_REV_REG_OLD); } - |