Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

power: supply: bq25890_charger: Remove unused table entries

There are a few table entries that aren't used. Drop them.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

authored by

Angus Ainslie (Purism) and committed by
Sebastian Reichel
0838d84f 9d9ae341

-5
-5
drivers/power/supply/bq25890_charger.c
··· 244 244 /* range tables */ 245 245 TBL_ICHG, 246 246 TBL_ITERM, 247 - TBL_IPRECHG, 248 247 TBL_VREG, 249 - TBL_BATCMP, 250 - TBL_VCLAMP, 251 248 TBL_BOOSTV, 252 249 TBL_SYSVMIN, 253 250 ··· 284 287 [TBL_ICHG] = { .rt = {0, 5056000, 64000} }, /* uA */ 285 288 [TBL_ITERM] = { .rt = {64000, 1024000, 64000} }, /* uA */ 286 289 [TBL_VREG] = { .rt = {3840000, 4608000, 16000} }, /* uV */ 287 - [TBL_BATCMP] = { .rt = {0, 140, 20} }, /* mOhm */ 288 - [TBL_VCLAMP] = { .rt = {0, 224000, 32000} }, /* uV */ 289 290 [TBL_BOOSTV] = { .rt = {4550000, 5510000, 64000} }, /* uV */ 290 291 [TBL_SYSVMIN] = { .rt = {3000000, 3700000, 100000} }, /* uV */ 291 292