Changeset 4125b7d in mainline for uspace/drv/uhci-hcd/main.c
- Timestamp:
- 2011-04-18T20:06:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 84a04dd, bbdf09e
- Parents:
- 5ab4a48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/main.c
r5ab4a48 r4125b7d 72 72 int ret = uhci_init(uhci, device); 73 73 if (ret != EOK) { 74 usb_log_error("Failed (%d)to initialize UHCI driver: %s.\n",75 ret,str_error(ret));74 usb_log_error("Failed to initialize UHCI driver: %s.\n", 75 str_error(ret)); 76 76 return ret; 77 77 }
Note:
See TracChangeset
for help on using the changeset viewer.