Commit 1e625fe6 authored by Tom Rix's avatar Tom Rix Committed by Sebastian Reichel
Browse files

power: supply: ingenic: remove unneeded semicolon



A semicolon is not needed after a switch statement.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Acked-by: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 34fb2a95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ static int ingenic_battery_get_property(struct power_supply *psy,
		return 0;
	default:
		return -EINVAL;
	};
	}
}

/* Set the most appropriate IIO channel voltage reference scale