From fa637bf0595ee1796d728a0d33b6b7fff12e1f3d Mon Sep 17 00:00:00 2001 From: Pawel Moll Date: Mon, 15 Sep 2014 15:33:48 +0100 Subject: [PATCH] bus: arm-ccn: Fix spurious warning message Because CCN's cycle counter always runs, it will generate an interrupt on overflow even if the relevant perf event was not requested, causing a spurious warning message. Fixed now by warning on only normal counter unwanted overflows. Also cleaning the overflow mask at init now, not to warn on event previously requested by firmware. Signed-off-by: Pawel Moll Signed-off-by: Olof Johansson Signed-off-by: Arnd Bergmann --- Reading git-format-patch failed