Changeset 472020fc in mainline for uspace/drv/pciintel/pci.c


Ignore:
Timestamp:
2010-10-23T10:24:39Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
49698fa
Parents:
7e66a5ec
Message:

Mark EPARTY for replacement by another error code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/pciintel/pci.c

    r7e66a5ec r472020fc  
    449449                printf(NAME ": pci_add_device failed to connect to the parent's driver.\n");
    450450                delete_pci_bus_data(bus_data);
    451                 return EPARTY;
     451                return EPARTY;  /* FIXME: use another EC */
    452452        }
    453453       
     
    458458                delete_pci_bus_data(bus_data);
    459459                ipc_hangup(dev->parent_phone);
    460                 return EPARTY;         
     460                return EPARTY;  /* FIXME: use another EC */
    461461        }       
    462462       
Note: See TracChangeset for help on using the changeset viewer.