]> Pileus Git - ~andy/linux/commit
ARM: OMAP3+: SmartReflex: fix err interrupt disable sequence
authorNishanth Menon <nm@ti.com>
Wed, 29 Feb 2012 22:33:38 +0000 (23:33 +0100)
committerKevin Hilman <khilman@ti.com>
Mon, 5 Mar 2012 19:29:26 +0000 (11:29 -0800)
commit74754cc5e047184588f35b3f9689a9c3e0599483
tree86ef098da137a94c25ef470a1a3b5ac820542103
parentcea6b942124683305280962969599fed36f0ea7e
ARM: OMAP3+: SmartReflex: fix err interrupt disable sequence

sr_modify_mask takes mask, value as parameters, the usage
currently is value, mask which is wrong, as a result
vpboundint_st which was supposed to have been disabled,
does not get disabled.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Jean Pihet <j-pihet@ti.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/smartreflex.c