Changeset 132ab5d1 in mainline for uspace/drv/time/cmos-rtc/cmos-rtc.c


Ignore:
Timestamp:
2018-01-30T03:20:45Z (8 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a6cc679
Parents:
8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge commit '6a5d05bd2551e64111bea4f9332dd7448c26ce84' into forwardport

Separate return value from error code in gen_irq_code*().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/time/cmos-rtc/cmos-rtc.c

    r8bfb163 r132ab5d1  
    3939#include <ddi.h>
    4040#include <as.h>
    41 #include <sysinfo.h>
    4241#include <libarch/barrier.h>
    4342#include <stdio.h>
     
    191190 * @param rtc  Pointer to the RTC device
    192191 *
    193  * @return  EOK on success or a negative error code
     192 * @return  EOK on success or an error code
    194193 */
    195194static int
     
    315314 * @param t    Pointer to the time variable
    316315 *
    317  * @return  EOK on success or a negative error code
     316 * @return  EOK on success or an error code
    318317 */
    319318static int
     
    437436 * @param t    The time value to set
    438437 *
    439  * @return  EOK or a negative error code
     438 * @return  EOK or an error code
    440439 */
    441440static int
     
    545544 * @param status The status of the battery
    546545 *
    547  * @return       EOK on success or a negative error code
     546 * @return       EOK on success or an error code
    548547 */
    549548static int
     
    578577 * @param dev  The RTC device
    579578 *
    580  * @return  EOK on success or a negative error code
     579 * @return  EOK on success or an error code
    581580 */
    582581static int
     
    644643 * @param dev   The RTC device
    645644 *
    646  * @return      EOK on success or a negative error code
     645 * @return      EOK on success or an error code
    647646 */
    648647static int
     
    683682 * @param fun   The function node
    684683 *
    685  * @return  EOK on success or a negative error code
     684 * @return  EOK on success or an error code
    686685 */
    687686static int
Note: See TracChangeset for help on using the changeset viewer.