rt/msr_rt.c
changeset 206 60a10d85c20b
parent 197 b9a6e2c22745
equal deleted inserted replaced
205:7fa6de7e3823 206:60a10d85c20b
   176     printk(KERN_INFO "Activating master...\n");
   176     printk(KERN_INFO "Activating master...\n");
   177     if (ecrt_master_activate(master)) {
   177     if (ecrt_master_activate(master)) {
   178         printk(KERN_ERR "Could not activate master!\n");
   178         printk(KERN_ERR "Could not activate master!\n");
   179         goto out_release_master;
   179         goto out_release_master;
   180     }
   180     }
       
   181 
       
   182 #if 0
       
   183     if (ecrt_master_start_eoe(master)) {
       
   184         printk(KERN_ERR "Failed to start EoE processing!\n");
       
   185         goto out_deactivate;
       
   186     }
       
   187 #endif
   181 
   188 
   182 #if 0
   189 #if 0
   183     if (ecrt_master_fetch_sdo_lists(master)) {
   190     if (ecrt_master_fetch_sdo_lists(master)) {
   184         printk(KERN_ERR "Failed to fetch SDO lists!\n");
   191         printk(KERN_ERR "Failed to fetch SDO lists!\n");
   185         goto out_deactivate;
   192         goto out_deactivate;