From 9c22e8625f55553fdeca442488801484edeca4b1 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 12 Nov 2007 21:02:44 +0000 Subject: Drop superfluous exit_conf_mode*() calls, we don't want to call them twice. Small cosmetic fixes (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2956 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/smsc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util/superiotool/smsc.c') 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); } - -- cgit v1.2.3