diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-07-02 14:41:04 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-07-02 14:41:04 -0500 |
commit | 1eafb3c3bb1e76ef2dc10382f9880c70be64157c (patch) | |
tree | 4506fbd3191f5e8711c4ea43d7cea01a6b054963 | |
parent | cc6b81f77f8b7d5a68a7fa3dc2aacdca0f2f5c13 (diff) | |
download | cdp-io-controller-1eafb3c3bb1e76ef2dc10382f9880c70be64157c.tar.gz cdp-io-controller-1eafb3c3bb1e76ef2dc10382f9880c70be64157c.tar.bz2 cdp-io-controller-1eafb3c3bb1e76ef2dc10382f9880c70be64157c.zip |
don't exit on accessory card eeprom read fail
-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)) { |