arm: exynos: Don't print out warning about negative ASV group
authorDoug Anderson <dianders@chromium.org>
Tue, 2 Apr 2013 16:21:05 +0000 (09:21 -0700)
committerChromeBot <chrome-bot@google.com>
Thu, 4 Apr 2013 16:51:45 +0000 (09:51 -0700)
commit36bf014d11320fbd907e00944fc73e0835c00add
tree011e5f76ad9a954dbe0e302a40354e9a7f01d030
parent6cfe7e3041dea43bbcf41ecd75084d9d229a3eb9
arm: exynos: Don't print out warning about negative ASV group

We have seen CPUs that end up with a calculated ASV group of -1.
According to Samsung these should be assigned group 0 and are no
problem, so we shouldn't warn about them.  We'll also stop warning
about other negative ASV groups.  If we need to find out the
calculated ASV group we can use the "EXYNOS5250: ORIG: %d MOD: %d
RESULT: %d" message and just to the math ourselves (ORIG-MOD).

BUG=chrome-os-partner:18505
TEST=Boot up a device with ASV group -1 and see the warning go away.

Change-Id: I7c20445b1fb5afc233614faace5f387e5c182a03
Signed-off-by: Doug Anderson <dianders@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/47126
Reviewed-by: Olof Johansson <olofj@chromium.org>
Reviewed-by: Bernie Thompson <bhthompson@chromium.org>
arch/arm/mach-exynos/asv-5250.c