Skip to content

Commit

Permalink
Return the error int
Browse files Browse the repository at this point in the history
The functions is defined as returning an int and clang complains about
it.
  • Loading branch information
MattPhillips1 committed Feb 12, 2020
1 parent 8dab1c5 commit eef9b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/sel4test-driver/src/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static int ack_timer_interrupts(void *ack_data)
ZF_LOGF_IF(error, "Failed to acknowledge timer IRQ handler");

ps_free(&env->ops.malloc_ops, sizeof(sel4test_ack_data_t), ack_data);
return error;
}

void handle_timer_interrupts(driver_env_t env, seL4_Word badge)
Expand Down

0 comments on commit eef9b7f

Please sign in to comment.