diff options
Diffstat (limited to 'io-module/mts_io.c')
-rw-r--r-- | io-module/mts_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)) { |