Commit 2a35625b authored by Philipp Gerlesberger's avatar Philipp Gerlesberger Committed by Mauro Carvalho Chehab
Browse files
parent 31e67366
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -23,9 +23,7 @@ int ia_css_timer_get_current_tick(struct ia_css_clock_tick *curr_ts)
{
	assert(curr_ts);
	if (!curr_ts)
	{
		return -EINVAL;
	}
	curr_ts->ticks = (clock_value_t)gp_timer_read(GP_TIMER_SEL);
	return 0;
}