Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173452
b: refs/heads/master
c: 1d317f9
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Oct 28, 2009
1 parent 14fed3f commit 1041108
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: ac44e6694755744fe96442919da1f2c7e87a2a61
refs/heads/master: 1d317f90d97ca8e539939ee896bd04c7efe936ca
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ int register_sh_pmu(struct sh_pmu *pmu)

pr_info("Performance Events: %s support registered\n", pmu->name);

WARN_ON(pmu->num_events >= MAX_HWEVENTS);
WARN_ON(pmu->num_events > MAX_HWEVENTS);

return 0;
}

0 comments on commit 1041108

Please sign in to comment.