]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: 7664/1: perf: remove erroneous semicolon from event initialisation
authorChen Gang <gang.chen@asianux.com>
Thu, 28 Feb 2013 16:51:29 +0000 (17:51 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 3 Mar 2013 22:54:17 +0000 (22:54 +0000)
commite595ede6050b1ce982d74f7084f93715bcc32359
tree418d4c421e94a3da4351a8a75855bfa4c5279526
parentf2fe09b055e2549de41fb107b34c60bac4a1b0cf
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 <mark.rutland@arm.com>
Acked-by: Dirk Behme <dirk.behme@gmail.com>
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/perf_event.c