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

@@ -95,4 +95,3 @@ void probe_idregs_ali(uint16_t port)
exit_conf_mode_ali(port);
}