regulator: cpr-regulator: use debug log level for ISR unknown flag message
Change the cpr-regulator interrupt handler log message that is
printed if an unknown IRQ status bit is set from err to debug
log level. This message is printed in the case that software
changes the voltage corner of a cpr-regulator device during the
interval between when a CPR interrupt physically triggers and
when the handler for it is executed. Since this behavior does
not correspond to an error case, the message should only be
printed for debugging purposes.
Change-Id: Ib1a00e456186586e1ccd025a817bf60b04f59745
Signed-off-by:
David Collins <collinsd@codeaurora.org>
Loading
Please register or sign in to comment