Browse Source

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>
Charles Keepax 9 years ago
parent
commit
c19dc203e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/extcon/extcon-arizona.c

+ 1 - 1
drivers/extcon/extcon-arizona.c

@@ -183,7 +183,7 @@ static void arizona_extcon_hp_clamp(struct arizona_extcon_info *info,
 		if (clamp)
 		if (clamp)
 			val = ARIZONA_RMV_SHRT_HP1L;
 			val = ARIZONA_RMV_SHRT_HP1L;
 		break;
 		break;
-	};
+	}
 
 
 	snd_soc_dapm_mutex_lock(arizona->dapm);
 	snd_soc_dapm_mutex_lock(arizona->dapm);