From 9f24772ba529728c46e58d45b249bde00ae26a32 Mon Sep 17 00:00:00 2001 From: uwe Date: Tue, 2 Jun 2009 19:54:22 +0000 Subject: Mark the 10b7:9058 3COM card (3C905B: Cyclone 10/100/BNC) as "OK", forgot this in the last commit. Also do some random cleanups while I'm at it. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@567 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- dummyflasher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dummyflasher.c') diff --git a/dummyflasher.c b/dummyflasher.c index ba3c633..f64691d 100644 --- a/dummyflasher.c +++ b/dummyflasher.c @@ -66,7 +66,7 @@ int dummy_init(void) if (buses_supported == CHIP_BUSTYPE_NONE) printf_debug("Support for all flash bus types disabled.\n"); free(dummytype); - return 0; + return 0; } int dummy_shutdown(void) -- cgit v1.2.1