Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276626
b: refs/heads/master
c: 6bd0540
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Dec 6, 2011
1 parent 76c81ed commit d9fe4b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de66a979012dbc66b1ec0125795a3f79ee667b8a
refs/heads/master: 6bd054096dce061560cee0e016e292e588dc438f
3 changes: 3 additions & 0 deletions trunk/arch/arm/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,9 @@ static struct platform_device_id armpmu_plat_device_ids[] = {

static int __devinit armpmu_device_probe(struct platform_device *pdev)
{
if (!cpu_pmu)
return -ENODEV;

cpu_pmu->plat_device = pdev;
return 0;
}
Expand Down

0 comments on commit d9fe4b2

Please sign in to comment.