From: Charles Keepax Date: Tue, 19 Jul 2016 12:23:56 +0000 (+0100) Subject: extcon: arizona: Remove unneeded semi-colon X-Git-Tag: v4.9-rc1~146^2~19^2^2~15^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=32daff5d77eb8053c75ce35731ec89d1f7f8eab8;p=karo-tx-linux.git extcon: arizona: Remove unneeded semi-colon There is no need for a semi-colon at the end of a switch statement so remove it. Signed-off-by: Charles Keepax Signed-off-by: Chanwoo Choi --- diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index 1d8e0a57bd51..be4d93d4c546 100644 --- a/drivers/extcon/extcon-arizona.c +++ b/drivers/extcon/extcon-arizona.c @@ -183,7 +183,7 @@ static void arizona_extcon_hp_clamp(struct arizona_extcon_info *info, if (clamp) val = ARIZONA_RMV_SHRT_HP1L; break; - }; + } snd_soc_dapm_mutex_lock(arizona->dapm);