Commit 921377c0 authored by Ma Feng's avatar Ma Feng Committed by Sebastian Reichel
Browse files

power: supply: abx500_chargalg: Remove unneeded semicolon



Fixes coccicheck warning:

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

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarMa Feng <mafeng.ma@huawei.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent e15c54d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}