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

Commit fc4aac93 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: rpm_stats: Fix snprintf string format"

parents 75c77232 7d53d10f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -430,7 +430,7 @@ static ssize_t rpmstats_show(struct kobject *kobj,
					prvdata);
	}

	ret = snprintf(buf, prvdata->len, prvdata->buf);
	ret = snprintf(buf, prvdata->len, "%s", prvdata->buf);
	iounmap(prvdata->reg_base);
ioremap_fail:
	kfree(prvdata);