Skip to content

bq25890: Fix equality check in bq25890_log_ntc_faults

This function is supposed to react when the new state differs from the old one so it can log the new state. The check however returned early in case of inequality, which defeats the purpose of the function.

Merge request reports