Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299333
b: refs/heads/master
c: af0ee94
h: refs/heads/master
i:
  299331: ced21d8
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Apr 11, 2012
1 parent c06e040 commit 5a28b2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7968ca814801b403ebd0829eda7a92e3eef23b45
refs/heads/master: af0ee94e541e366ee4b84c6d476c88fd633fe80a
4 changes: 2 additions & 2 deletions trunk/arch/s390/kernel/perf_cpum_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ static void cpumf_pmu_enable(struct pmu *pmu)
err = lcctl(cpuhw->state);
if (err) {
pr_err("Enabling the performance measuring unit "
"failed with rc=%lx\n", err);
"failed with rc=%x\n", err);
return;
}

Expand All @@ -203,7 +203,7 @@ static void cpumf_pmu_disable(struct pmu *pmu)
err = lcctl(inactive);
if (err) {
pr_err("Disabling the performance measuring unit "
"failed with rc=%lx\n", err);
"failed with rc=%x\n", err);
return;
}

Expand Down

0 comments on commit 5a28b2a

Please sign in to comment.