commit | 85dc6ee1237c8a4a7742e6abab96a20389b7d682 | [log] [tgz] |
---|---|---|
author | Dinh Nguyen <dinguyen@altera.com> | Tue Dec 10 19:49:18 2013 +0100 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Dec 10 19:49:18 2013 +0100 |
tree | af98a7abca1be43822350326bcc1c222104798df | |
parent | 6db50bb67598668c525f12e2f7191f5d03ca46f2 [diff] |
clocksource: dw_apb_timer_of: Fix read_sched_clock 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>