Changeset 25271006 in mainline


Ignore:
Timestamp:
2010-10-26T22:43:27Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3cd95ef
Parents:
c4fbf7fd
Message:

lo nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/netif/lo/lo.c

    rc4fbf7fd r25271006  
    166166        ERROR_DECLARE;
    167167
    168         netif_device_t * device;
     168        netif_device_t *device;
    169169
    170170        // create a new device
     
    245245               
    246246                /*
    247                  * End if said to either by the message or the processing
     247                 * End if told to either by the message or the processing
    248248                 * result.
    249249                 */
     
    262262       
    263263        /* Start the module */
    264         if (ERROR_OCCURRED(netif_module_start(netif_client_connection)))
    265                 return ERROR_CODE;
    266        
     264        ERROR_PROPAGATE(netif_module_start(netif_client_connection));
    267265        return EOK;
    268266}
Note: See TracChangeset for help on using the changeset viewer.