Commits
Jon Hunter committed f88095ba07c
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>