1
0
Fork 0
alistair23-linux/include/clocksource
Daniel Lezcano 2ef2538bc6 clocksource/drivers/sp804: Convert init function to return error
The init functions do not return any error. They behave as the following:

  - panic, thus leading to a kernel crash while another timer may work and
       make the system boot up correctly

  or

  - print an error and let the caller unaware if the state of the system

Change that by converting the init functions to return an error conforming
to the CLOCKSOURCE_OF_RET prototype.

Proper error handling (rollback, errno value) will be changed later case
by case, thus this change just return back an error or success in the init
function.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2016-06-28 10:19:30 +02:00
..
arm_arch_timer.h clocksource: arm_arch_timer: Remove arch_timer_get_timecounter 2016-05-03 12:54:21 +02:00
metag_generic.h metag: Time keeping 2013-03-02 20:09:22 +00:00
pxa.h ARM: pxa: Add non device-tree timer link to clocksource 2014-07-23 12:02:39 +02:00
samsung_pwm.h pwm: Add new pwm-samsung driver 2013-08-12 21:53:22 +02:00
timer-sp804.h clocksource/drivers/sp804: Convert init function to return error 2016-06-28 10:19:30 +02:00