power: supply: ingenic: remove unneeded semicolon

A semicolon is not needed after a switch statement.

Signed-off-by: Tom Rix <trix@redhat.com>
Acked-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
Tom Rix
2020-11-01 06:09:10 -08:00
committed by Sebastian Reichel
parent 34fb2a952b
commit 1e625fe6fa

View File

@@ -52,7 +52,7 @@ static int ingenic_battery_get_property(struct power_supply *psy,
return 0; return 0;
default: default:
return -EINVAL; return -EINVAL;
}; }
} }
/* Set the most appropriate IIO channel voltage reference scale /* Set the most appropriate IIO channel voltage reference scale