clocksource: dw_apb_timer_of: Fix read_sched_clock
authorDinh Nguyen <dinguyen@altera.com>
Tue, 10 Dec 2013 18:49:18 +0000 (19:49 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 10 Dec 2013 18:49:18 +0000 (19:49 +0100)
The read_sched_clock should return the ~value because the clock is a
countdown implementation. read_sched_clock() should be the same as
 __apbt_read_clocksource().

Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

No differences found