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

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

Merge "msm: mhi_dev: mhi_uci.c: Fix uci_log() formatting error"

parents b948132d bf583a85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1238,7 +1238,7 @@ static ssize_t mhi_uci_client_write(struct file *file,

	if (count > TRB_MAX_DATA_SIZE) {
		uci_log(UCI_DBG_ERROR,
			"Too big write size: %d, max supported size is %d\n",
			"Too big write size: %lu, max supported size is %d\n",
			count, TRB_MAX_DATA_SIZE);
		return -EFBIG;
	}