commit | 8c3ecd60e2ee6268e1735952e5b544f05b4dbb5a | [log] [tgz] |
---|---|---|
author | Christophe Jaillet <christophe.jaillet@wanadoo.fr> | Fri Jun 23 21:55:10 2017 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 27 11:25:40 2017 +0200 |
tree | eb5ce868accdb73fe1e768c1ccadb90e9895ab18 | |
parent | b70957f656cc070eaaac60b00dca5b40967cb8d6 [diff] |
clocksource/drivers/mips-gic-timer: Fix an error code in 'gic_clocksource_of_init()' 'clk' is a valid pointer at this point. So calling PTR_ERR on it is pointess. Return the error code from 'clk_prepare_enable()' if it fails instead. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>