bdk: power: homogenize return values

This commit is contained in:
CTCaer
2026-02-22 02:57:38 +02:00
parent 1f2855b17d
commit ab799e4ee7
6 changed files with 19 additions and 22 deletions

View File

@@ -121,7 +121,7 @@ enum MAX17050_reg {
int max17050_get_version(u32 *value);
int max17050_get_property(enum MAX17050_reg reg, int *value);
int max17050_fix_configuration();
void max17050_fix_configuration();
void max17050_dump_regs(void *buf);
#endif /* __MAX17050_H_ */