Skip to content

Commit 3208bce

Browse files
linuswlag-linaro
authored andcommitted
mfd: ab8500-sysctrl: Drop ancient charger
The sysctrl driver was looking for an instance of the PM2301 charger but this has been deleted from the kernel and is not used with the U8500 systems any more. Drop the string. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20231214-ab8500-sysctrl-oneliner-v1-1-fd78a15c0b2f@linaro.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 03d790f commit 3208bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/ab8500-sysctrl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static void ab8500_power_off(void)
3030
{
3131
sigset_t old;
3232
sigset_t all;
33-
static const char * const pss[] = {"ab8500_ac", "pm2301", "ab8500_usb"};
33+
static const char * const pss[] = {"ab8500_ac", "ab8500_usb"};
3434
int i;
3535
bool charger_present = false;
3636
union power_supply_propval val;

0 commit comments

Comments
 (0)