ARM: OMAP3+: SmartReflex: fix err interrupt disable sequence
authorNishanth Menon <nm@ti.com>
Wed, 29 Feb 2012 22:33:38 +0000 (23:33 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 15 May 2016 12:43:21 +0000 (15:43 +0300)
commita3b1c9c25b30ca4102c6a37f1454ebed03319d0d
tree5ca5054fa0aa8278f5657ae04a911b4f1585c04d
parentb4a5290479094123ba4e4c4a8b89e4a11b6a1895
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