From: Chen Gang Date: Thu, 28 Feb 2013 16:51:29 +0000 (+0100) Subject: ARM: 7664/1: perf: remove erroneous semicolon from event initialisation X-Git-Tag: v3.9-rc2~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e595ede6050b1ce982d74f7084f93715bcc32359;p=pandora-kernel.git ARM: 7664/1: perf: remove erroneous semicolon from event initialisation Commit 9dcbf466559f ("ARM: perf: simplify __hw_perf_event_init err handling") tidied up the error handling code for perf event initialisation on ARM, but a copy-and-paste error left a dangling semicolon at the end of an if statement. This patch removes the broken semicolon, restoring the old group validation semantics. Cc: Mark Rutland Acked-by: Dirk Behme Signed-off-by: Chen Gang Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed