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

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

Merge "mhi_dev: mhi: Fix compilation"

parents 1b1584fb 0a6b602d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1808,7 +1808,7 @@ static int mhi_init(struct mhi_dev *mhi)
		return -ENOMEM;
	}

	mhi_ipc_log = ipc_log_context_create(MHI_IPC_LOG_PAGES, "mhi");
	mhi_ipc_log = ipc_log_context_create(MHI_IPC_LOG_PAGES, "mhi", 0);

	if (mhi_ipc_log == NULL) {
		dev_err(&pdev->dev,
+1 −1
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@ int mhi_uci_init(void)
	struct uci_client *mhi_client = NULL;
	s32 r = 0;
	mhi_uci_ipc_log = ipc_log_context_create(MHI_UCI_IPC_LOG_PAGES,
						"mhi-uci");
						"mhi-uci", 0);
	if (mhi_uci_ipc_log == NULL) {
		uci_log(UCI_DBG_WARNING,
				"Failed to create IPC logging context\n");