Changeset bab6388 in mainline for uspace/drv/root/root.c


Ignore:
Timestamp:
2011-02-13T20:23:37Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7df0477e
Parents:
68414f4a
Message:

Small additional cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/root/root.c

    r68414f4a rbab6388  
    148148        printf(NAME ": root_add_device, device handle=%" PRIun "\n",
    149149            dev->handle);
    150        
     150
    151151        /*
    152152         * Register virtual devices root.
     
    160160        if (EOK != res)
    161161                printf(NAME ": failed to add child device for platform.\n");
    162        
     162
    163163        return res;
    164164}
Note: See TracChangeset for help on using the changeset viewer.