commit | 82169bba15742681c7df024266f89c54ebdad038 | [log] [tgz] |
---|---|---|
author | Lukasz Madej <l.madej@grinn-global.com> | Wed Feb 07 15:58:57 2024 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 26 16:18:31 2024 -0400 |
tree | c447fdd2bc510512e25f796c27d2e2c634d3a064 | |
parent | 20bfa7d38d35809b3c841a891c6babd86ebeaa0f [diff] |
drivers: charger: charger_max20335: drop redundant validation `max20335_get_constant_charge_current()` and `max20335_set_chgin_to_sys_current_limit()` functions has redundant input values validation. Drop not important ones to make the code clean. While on it remove `max20335_get_constant_charge_voltage()` function since it become useless. Signed-off-by: Lukasz Madej <l.madej@grinn-global.com>