git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d33aadb
)
ARM: 6469/1: perf-events: squash compiler warning
author
Will Deacon
<will.deacon@arm.com>
Thu, 4 Nov 2010 17:23:50 +0000
(18:23 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 7 Nov 2010 16:12:38 +0000
(16:12 +0000)
armv7_pmnc_counter_has_overflowed can return uninitialised data
if an invalid counter is specified.
This patch fixes the code to return 0 in this case, which squashes
the compiler warning from GCC 4.5.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found