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

Commit 6170e74c authored by danielml's avatar danielml
Browse files

techpack: audio: 4.0: wcd-mbhc-v2: Add missing bracket



Change-Id: I8d5063dd69cc14a413733c6c197c38b371e358b3
Signed-off-by: default avatardanielml <daniel@danielml.dev>
parent 4fe79968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -667,7 +667,7 @@ void wcd_mbhc_report_plug(struct wcd_mbhc *mbhc, int insertion,
			mbhc->jiffies_atreport = jiffies;
		} else if (jack_type == SND_JACK_LINEOUT) {
			mbhc->current_plug = MBHC_PLUG_TYPE_HIGH_HPH;
		else {
		} else {
			pr_debug("%s: invalid Jack type %d\n",__func__, jack_type);
		}