master/master.c
branchstable-1.4
changeset 1688 12046addaec5
parent 1686 e206f4485f60
child 1700 86648ba63030
child 1707 11ec009e145d
equal deleted inserted replaced
1687:5c40af734120 1688:12046addaec5
  1419     unsigned int found = 0;
  1419     unsigned int found = 0;
  1420 
  1420 
  1421 
  1421 
  1422     if (master->debug_level)
  1422     if (master->debug_level)
  1423         EC_DBG("ecrt_master_slave_config(master = 0x%x, alias = %u, "
  1423         EC_DBG("ecrt_master_slave_config(master = 0x%x, alias = %u, "
  1424                 "position = %u, vendor_id = %u, product_code = %u)\n",
  1424                 "position = %u, vendor_id = 0x%x, product_code = 0x%x)\n",
  1425                 (u32) master, alias, position, vendor_id, product_code);
  1425                 (u32) master, alias, position, vendor_id, product_code);
  1426 
  1426 
  1427     list_for_each_entry(sc, &master->configs, list) {
  1427     list_for_each_entry(sc, &master->configs, list) {
  1428         if (sc->alias == alias && sc->position == position) {
  1428         if (sc->alias == alias && sc->position == position) {
  1429             found = 1;
  1429             found = 1;