Commit 2abdefbd authored by DidntRead's avatar DidntRead
Browse files

small build fix

parent 512f0f90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -511,7 +511,7 @@ static void arizona_extcon_hp_clamp(struct arizona_extcon_info *info,
	}

	/* Restore the desired state while not doing the clamp */
	if (!clamp && (arizona->hp_impedance >
	if (!clamp && (HOHM_TO_OHM(arizona->hp_impedance_x100) >
			arizona->pdata.hpdet_short_circuit_imp) && !ep_sel) {
		ret = regmap_update_bits(arizona->regmap,
					 ARIZONA_OUTPUT_ENABLES_1,