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

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

Merge "msm: mdss: Initialize buf array elements"

parents 76e08ee8 8a8d0680
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1077,7 +1077,7 @@ static ssize_t mdss_debug_perf_bw_limit_read(struct file *file,
	struct mdss_data_type *mdata = file->private_data;
	struct mdss_max_bw_settings *temp_settings;
	int len = 0, i;
	char buf[256];
	char buf[256] = {'\0'};

	if (!mdata)
		return -ENODEV;