From: Pawel Moll Date: Mon, 15 Sep 2014 14:33:48 +0000 (+0100) Subject: bus: arm-ccn: Fix spurious warning message X-Git-Tag: fixes-for-v3.18-merge-window~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa637bf0595ee1796d728a0d33b6b7fff12e1f3d;p=pandora-kernel.git 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-diff-tree failed