summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-arizona.c
diff options
context:
space:
mode:
authorCharles Keepax2016-07-19 14:23:56 +0200
committerChanwoo Choi2016-08-08 03:58:35 +0200
commitc19dc203e61886b4e61201832adc4da2816c5def (patch)
tree2e83337ed89608426728e87d59cfa723c08f0cab /drivers/extcon/extcon-arizona.c
parentextcon: Move extcon_get_edev_by_phandle() errors to dbg level (diff)
downloadkernel-qcow2-linux-c19dc203e61886b4e61201832adc4da2816c5def.tar.gz
kernel-qcow2-linux-c19dc203e61886b4e61201832adc4da2816c5def.tar.xz
kernel-qcow2-linux-c19dc203e61886b4e61201832adc4da2816c5def.zip
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 <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-arizona.c')
-rw-r--r--drivers/extcon/extcon-arizona.c2
1 files changed, 1 insertions, 1 deletions
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);