ARM: OMAP2+: Remove unnecessary local variable in timer code
authorJon Hunter <jon-hunter@ti.com>
Fri, 9 Nov 2012 23:07:39 +0000 (17:07 -0600)
committerJon Hunter <jon-hunter@ti.com>
Fri, 16 Nov 2012 16:35:07 +0000 (10:35 -0600)
commitf88095ba07c312fd4b309545553e1492cb227227
tree3b446a9b776dcbb4588aafaeb48b21da9809cb81
parent61b001c564b75bfb47bfb84b33008fc2a35c9a84
ARM: OMAP2+: Remove unnecessary local variable in timer code

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>
arch/arm/mach-omap2/timer.c