master/module.c
changeset 794 684dea874956
parent 792 3778920f61e4
child 806 ab8daaabbe48
--- a/master/module.c	Tue Feb 19 09:21:13 2008 +0000
+++ b/master/module.c	Tue Feb 19 09:58:48 2008 +0000
@@ -577,11 +577,6 @@
 
     up(&master->device_sem);
 
-    if (!master->main_device.link_state) {
-        EC_ERR("Link is DOWN.\n");
-        goto out_module_put;
-    }
-
     if (ec_master_enter_operation_mode(master)) {
         EC_ERR("Failed to enter OPERATION mode!\n");
         goto out_module_put;