mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-14 06:45:43 -04:00
power: supply: bq24190_charger: Fix typo 'jeta' -> 'jeita'
The sysfs file 'jeta_iset' was probably intended for 'jeita_iset' Signed-off-by: Sho Tanimoto <mojyack@gmail.com> Link: https://lore.kernel.org/r/20241205084601.2720462-1-mojyack@gmail.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
committed by
Sebastian Reichel
parent
39f3bd9c9a
commit
88e4a7dc04
@@ -422,7 +422,7 @@ static struct bq24190_sysfs_field_info bq24190_sysfs_field_tbl[] = {
|
||||
BQ24190_SYSFS_FIELD_RO(watchdog, CTTC, WATCHDOG),
|
||||
BQ24190_SYSFS_FIELD_RW(en_timer, CTTC, EN_TIMER),
|
||||
BQ24190_SYSFS_FIELD_RW(chg_timer, CTTC, CHG_TIMER),
|
||||
BQ24190_SYSFS_FIELD_RW(jeta_iset, CTTC, JEITA_ISET),
|
||||
BQ24190_SYSFS_FIELD_RW(jeita_iset, CTTC, JEITA_ISET),
|
||||
BQ24190_SYSFS_FIELD_RW(bat_comp, ICTRC, BAT_COMP),
|
||||
BQ24190_SYSFS_FIELD_RW(vclamp, ICTRC, VCLAMP),
|
||||
BQ24190_SYSFS_FIELD_RW(treg, ICTRC, TREG),
|
||||
|
||||
Reference in New Issue
Block a user