Loading
power: bcl_peripheral: Disable the interrupts earlier
Disable the current and voltage interrupts earlier in
the top half of the interrupt service routine instead
of disabling them in the bottom half.
This will prevent the interrupts from firing repeatedly
before servicing and disabling it in bottom half of the
routine.
Change-Id: I9910f85c830c1257fb0032b5ca065effa6d6f1e4
Signed-off-by:
Ram Chandrasekar <rkumbako@codeaurora.org>