From: Charles Keepax Date: Tue, 19 Jul 2016 12:23:56 +0000 (+0100) Subject: UPSTREAM: extcon: arizona: Remove unneeded semi-colon X-Git-Tag: firefly_0821_release~2014 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=33fc33a7af7ed17b50a29827535b7f6f01c2e2b0;p=firefly-linux-kernel-4.4.55.git UPSTREAM: extcon: arizona: Remove unneeded semi-colon There is no need for a semi-colon at the end of a switch statement so remove it. Change-Id: I64a6f485bcb1b064d17cea5f56f22f8b3773bf75 Signed-off-by: Charles Keepax Signed-off-by: Chanwoo Choi Signed-off-by: Chris Zhong (cherry picked from commit fa1723bb3461f42b3c35eeb313f7021d089da5f1) --- diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index e4890dd4fefd..6d55ce90900b 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; - }; + } mutex_lock(&arizona->dapm->card->dapm_mutex);