Commit 74b01dc3 authored by Tom Rix's avatar Tom Rix Committed by Krzysztof Kozlowski

soc: samsung: exynos5422-asv: remove unneeded semicolon

A semicolon is not needed after a switch statement.
Signed-off-by: default avatarTom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20201101152844.2290728-1-trix@redhat.comSigned-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 3ebc0ef0
......@@ -383,7 +383,7 @@ static int __asv_offset_voltage(unsigned int index)
return 25000;
default:
return 0;
};
}
}
static void exynos5422_asv_offset_voltage_setup(struct exynos_asv *asv)
......
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