Changeset a47f522 in mainline for uspace/srv/hid/fb/fb.c
- Timestamp:
- 2012-06-01T19:09:51Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1038a9c
- Parents:
- d92c1ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/fb.c
rd92c1ca ra47f522 990 990 int rc = loc_server_register(NAME); 991 991 if (rc != EOK) { 992 printf("%s: Unable to register driver (%d)\n", NAME, rc);993 return 1;992 printf("%s: Unable to register driver\n", NAME); 993 return rc; 994 994 } 995 995
Note:
See TracChangeset
for help on using the changeset viewer.