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

Commit c19dc203 authored by Charles Keepax's avatar Charles Keepax Committed by Chanwoo Choi
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 e8752b7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);