]> asedeno.scripts.mit.edu Git - linux.git/commit
arm/tegra: clk_get should not be fatal
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Wed, 26 Oct 2011 08:41:41 +0000 (11:41 +0300)
committerOlof Johansson <olof@lixom.net>
Sun, 18 Dec 2011 04:06:18 +0000 (20:06 -0800)
commit2d85b5d8e1f45bc19ba28d6bce2eaae2ca32f9ac
treeec1e4820d5229c12486a1aab0d058cc765ed84ce
parentd695cfa54e9ec48aeb149cadc8dab1240751572a
arm/tegra: clk_get should not be fatal

The timer and rtc-timer clocks aren't gated by default, so there is no reason
to crash the system if the dummy enable call failed.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/timer.c