linux/arch/mips/ralink
Daniel Lezcano 2712616fed clocksource/drivers/ralink: 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:33 +02:00
..
bootrom.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
cevt-rt3352.c clocksource/drivers/ralink: Convert init function to return error 2016-06-28 10:19:33 +02:00
clk.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
common.h MIPS: Change my email address 2016-05-13 14:02:18 +02:00
early_printk.c MIPS: ralink: Add tty detection 2015-11-11 08:38:03 +01:00
ill_acc.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
irq-gic.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
irq.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
Kconfig MIPS: pci: Add MT7620a PCIE driver 2016-01-20 00:39:20 +01:00
Makefile MIPS: Change my email address 2016-05-13 14:02:18 +02:00
mt7620.c MIPS: ralink: add MT7628 EPHY LEDs pinmux support 2016-05-28 12:35:05 +02:00
mt7621.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
of.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
Platform MIPS: ralink: add MT7621 support 2016-01-20 00:39:20 +01:00
prom.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
reset.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
rt288x.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
rt305x.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
rt3883.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
timer-gic.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
timer.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00