]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: timer: initialize before using oh_name
authorAfzal Mohammed <afzal@ti.com>
Tue, 28 May 2013 06:24:48 +0000 (11:54 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 4 Jul 2013 11:24:42 +0000 (04:24 -0700)
commit37bd6ca8ab6c103603e04e320d3debeb4596e481
tree17702135c93bfdda942260a5837c35f1c4d45276
parentddcf6600b133697adbafd96e080818bdc0dfd028
ARM: OMAP2+: timer: initialize before using oh_name

of_property_read_string_index(...,&oh_name) in omap_dm_timer_init_one
does not alter the value of 'oh_name' even if the relevant function
fails and as 'oh_name' in stack may have a non-zero value, it would
be misunderstood by timer code that DT has specified "ti,hwmod"
property for timer. 'oh_name' in this scenario would be a junk value,
this would result in module not being enabled by hwmod API's for
timer, and in turn crash.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
Acked-by: Jon Hunter <jgchunter@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/timer.c