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
This commit is contained in:
Uwe Hermann
2007-11-12 21:02:44 +00:00
parent 390648df64
commit 9c22e8625f
6 changed files with 0 additions and 8 deletions

View File

@@ -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);
}