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

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

Merge "ipa: Fix compiler warning"

parents 228fe749 80c6f68d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4500,7 +4500,7 @@ int msm_comm_try_get_bufreqs(struct msm_vidc_inst *inst)
	}

	dprintk(VIDC_DBG, "Buffer requirements :\n");
	dprintk(VIDC_DBG, "%15s %8s %8s %8s %8s\n",
	dprintk(VIDC_DBG, "%15s %8s %8s %8s %8s %8s\n",
		"buffer type", "count", "mincount_host", "mincount_fw", "size",
		"alignment");
	for (i = 0; i < HAL_BUFFER_MAX; i++) {
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ struct ipa3_debugfs_file {
};


const char *ipa3_event_name[] = {
const char *ipa3_event_name[IPA_EVENT_MAX_NUM] = {
	__stringify(WLAN_CLIENT_CONNECT),
	__stringify(WLAN_CLIENT_DISCONNECT),
	__stringify(WLAN_CLIENT_POWER_SAVE_MODE),