]> git.karo-electronics.de Git - karo-tx-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>
Thu, 8 Dec 2011 05:13:00 +0000 (21:13 -0800)
commite873ce7e14e35811edb83834d226ce5ed8c4d802
tree299c5989048b4bc1fa1a3d8fb63bb94d7e5cc5dc
parent5611cc4572e889b62a7b4c72a413536bf6a9c416
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