Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351162
b: refs/heads/master
c: 1764c59
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon committed Jan 14, 2013
1 parent eaed911 commit 9169e02
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: 3b953c9c159e99f5465dc05dc90ca405fe9a4436
refs/heads/master: 1764c591dfed2ce7075465df0591ce9564ff37a1
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/perf_event_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static void cpu_pmu_init(struct arm_pmu *cpu_pmu)
cpu_pmu->free_irq = cpu_pmu_free_irq;

/* Ensure the PMU has sane values out of reset. */
if (cpu_pmu && cpu_pmu->reset)
if (cpu_pmu->reset)
on_each_cpu(cpu_pmu->reset, cpu_pmu, 1);
}

Expand Down

0 comments on commit 9169e02

Please sign in to comment.