master/slave.c
changeset 418 7a43437bc48b
parent 416 4f007cd2a79d
child 419 cf724fc82a00
equal deleted inserted replaced
417:a4193f7ba5b4 418:7a43437bc48b
   232         kfree(sdodata);
   232         kfree(sdodata);
   233     }
   233     }
   234 
   234 
   235     if (slave->eeprom_data) kfree(slave->eeprom_data);
   235     if (slave->eeprom_data) kfree(slave->eeprom_data);
   236     if (slave->new_eeprom_data) kfree(slave->new_eeprom_data);
   236     if (slave->new_eeprom_data) kfree(slave->new_eeprom_data);
       
   237 
       
   238     kfree(slave);
   237 }
   239 }
   238 
   240 
   239 /*****************************************************************************/
   241 /*****************************************************************************/
   240 
   242 
   241 /**
   243 /**