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

Commit 9426e18c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: wcd9xxx: typecast pointer to right type"

parents 64f6571a 110788f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ void *wcd9xxx_mbhc_cal_btn_det_mp(
			    const struct wcd9xxx_mbhc_btn_detect_cfg *btn_det,
			    const enum wcd9xxx_mbhc_btn_det_mem mem)
{
	void *ret = &btn_det->_v_btn_low;
	void *ret = (void *)&btn_det->_v_btn_low;

	switch (mem) {
	case MBHC_BTN_DET_GAIN: