Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32daff5d authored by Charles Keepax's avatar Charles Keepax Committed by Kishon Vijay Abraham I
Browse files

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: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 97536d1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);