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:
61b001c
)
ARM: OMAP2+: Remove unnecessary local variable in timer code
author
Jon Hunter
<jon-hunter@ti.com>
Fri, 9 Nov 2012 23:07:39 +0000
(17:07 -0600)
committer
Jon Hunter
<jon-hunter@ti.com>
Fri, 16 Nov 2012 16:35:07 +0000
(10:35 -0600)
The function omap_dm_timer_init_one() declares two local variables of
type int that are used to store the return value of functions called.
One such local variable is sufficient and so remove one of these local
variables.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
No differences found