CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/14 04:54:58
Modified files:
sys/dev/fdt : qcpmic.c qcspmi.c
Log message:
In a qcspmi_cmd_read() error case, the register is only returning the error
bit, not SPMI_STATUS_DONE. Therefore, catch the error at the right place,
and print the specific error type.
ok patrick@
