]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: tegra: Demote EMC clock inconsistency BUG to WARN
authorStephen Warren <swarren@nvidia.com>
Tue, 7 Feb 2012 01:09:15 +0000 (17:09 -0800)
committerOlof Johansson <olof@lixom.net>
Sun, 26 Feb 2012 22:16:28 +0000 (14:16 -0800)
commite186ad74c0941f5caeda28bde76dab903b342c1c
treee92b60b51487b53399d89552a2ec514a9d5b021c
parent64092d8f34774429a2519622e5cf0ca63b1ba517
ARM: tegra: Demote EMC clock inconsistency BUG to WARN

When this inconsistency occurs, the system will typically operate without
issue, it's just that EMC scaling won't optimally. Convert the BUG_ON to
a WARN_ONCE in order to allow the kernel to boot, but still complain.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/tegra2_clocks.c