Changeset a582dff in mainline
- Timestamp:
- 2012-10-31T21:20:17Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 35a3d950
- Parents:
- f220e25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/time/cmos-rtc/cmos-rtc.c
rf220e25 ra582dff 745 745 rtc_fun_online(ddf_fun_t *fun) 746 746 { 747 int rc; 748 747 749 ddf_msg(LVL_DEBUG, "rtc_fun_online()"); 748 return ddf_fun_online(fun); 750 751 rc = ddf_fun_online(fun); 752 if (rc == EOK) 753 ddf_fun_add_to_category(fun, "clock"); 754 755 return rc; 749 756 } 750 757
Note:
See TracChangeset
for help on using the changeset viewer.