Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311722
b: refs/heads/master
c: fdeb8e3
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Jul 5, 2012
1 parent 9e9cd28 commit 4ae5985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 433e2f307beff8adba241646ce9108544e0c5a03
refs/heads/master: fdeb8e35fd59e79dec385f98eb4b6d2e3398264b
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ __hw_perf_event_init(struct perf_event *event)
event_requires_mode_exclusion(&event->attr)) {
pr_debug("ARM performance counters do not support "
"mode exclusion\n");
return -EPERM;
return -EOPNOTSUPP;
}

/*
Expand Down

0 comments on commit 4ae5985

Please sign in to comment.