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

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

Merge "soc: qcom: Fix strlcpy compilation error with clang" into kernel.lnx.4.9.r27-rel

parents d579df9d 7e563fbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@ static struct msm_rpm_master_stats_platform_data
		if (!pdata->masters[i])
			goto err;
		strlcpy(pdata->masters[i], master_name,
					strlen(master_name) + 1);
					strlen(pdata->masters[i]) + 1);
	}
	return pdata;
err: