Loading sound/soc/codecs/wcd9xxx-mbhc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
sound/soc/codecs/wcd9xxx-mbhc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading