From 1eafb3c3bb1e76ef2dc10382f9880c70be64157c Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 2 Jul 2014 14:41:04 -0500 Subject: don't exit on accessory card eeprom read fail --- io-module/mts_io.c | 1 - 1 file changed, 1 deletion(-) diff --git a/io-module/mts_io.c b/io-module/mts_io.c index 3bb0b2b..40381f7 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -599,7 +599,6 @@ static int __init mts_io_init(void) /* error reading the EEPROM from the accessory card */ log_error("error reading accessory card eeprom: %d", ret); log_error("unable to initialize accessory card"); - goto error1; } else if (has_accessory_card) { /* no error and we have a accessory card */ if (strstr(dc_eeprom.product_id, PRODUCT_ID_MTDC_GPIOB)) { -- cgit v1.2.3