commit | f88095ba07c312fd4b309545553e1492cb227227 | [log] [tgz] |
---|---|---|
author | Jon Hunter <jon-hunter@ti.com> | Fri Nov 09 17:07:39 2012 -0600 |
committer | Jon Hunter <jon-hunter@ti.com> | Fri Nov 16 10:35:07 2012 -0600 |
tree | 3b446a9b776dcbb4588aafaeb48b21da9809cb81 | |
parent | 61b001c564b75bfb47bfb84b33008fc2a35c9a84 [diff] |
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>