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

Commit caffa0a0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ipa:mpm:add default handle for new mhi_statuc_cb enum"

parents 33796781 ad753d1b
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -2779,12 +2779,7 @@ static void ipa_mpm_mhi_status_cb(struct mhi_device *mhi_dev,
			IPA_MPM_DBG("Already out of lpm\n");
		}
		break;
	case MHI_CB_EE_RDDM:
	case MHI_CB_PENDING_DATA:
	case MHI_CB_SYS_ERROR:
	case MHI_CB_FATAL_ERROR:
	case MHI_CB_EE_MISSION_MODE:
	case MHI_CB_DTR_SIGNAL:
	default:
		IPA_MPM_ERR("unexpected event %d\n", mhi_cb);
		break;
	}