mirror of https://gitee.com/openkylin/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 <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
This commit is contained in:
parent
e8752b7a72
commit
c19dc203e6
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue