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

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment