power: supply: abx500_chargalg: Remove unneeded semicolon

Fixes coccicheck warning:

drivers/power/supply/abx500_chargalg.c:1826:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ma Feng <mafeng.ma@huawei.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
Ma Feng 2019-12-19 09:46:31 +08:00 committed by Sebastian Reichel
parent e15c54d208
commit 921377c0b4
1 changed files with 1 additions and 1 deletions

View File

@ -1823,7 +1823,7 @@ static ssize_t abx500_chargalg_en_store(struct abx500_chargalg *di,
"Enter 0. Disable AC/USB Charging\n"
"1. Enable AC charging\n"
"2. Enable USB Charging\n");
};
}
return strlen(buf);
}