diff options
| author | chai wen <[email protected]> | 2014-10-22 13:16:49 +0100 |
|---|---|---|
| committer | Will Deacon <[email protected]> | 2014-10-30 12:16:58 +0000 |
| commit | cb6eb108a7be04709f8db0cedde30bee0e0a64ee (patch) | |
| tree | f1146ed23258482e96533afe0e112186bb56b52d /lib/dynamic_debug.c | |
| parent | c6f85cb4305bd80658d19f7b097a7c36ef9912e2 (diff) | |
ARM: perf: remove useless return and check of idx in counter handling
Idx sanity check was once implemented separately in these counter
handling functions and then return value was treated as a judgement.
armv7_pmnc_select_counter()
armv7_pmnc_enable_counter()
armv7_pmnc_disable_counter()
armv7_pmnc_enable_intens()
armv7_pmnc_disable_intens()
But we do not need to do this now, as idx validation check was moved
out all these functions by commit 7279adbd9bb8ef8f(ARM: perf: check ARMv7
counter validity on a per-pmu basis).
Let's remove the useless return of idx from these functions.
Acked-by: Mark Rutland <[email protected]>
Signed-off-by: chai wen <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions