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

Commit 14c90751 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: llcc: Initialize index before using it" into msm-4.8

parents f5c85077 38dd15bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ static struct llcc_slice_desc *llcc_slice_get_entry(struct device *dev, int n)
struct llcc_slice_desc *llcc_slice_getd(struct device *dev, const char *name)
{
	struct device_node *np = dev->of_node;
	int index;
	int index = 0;
	const char *slice_name;
	struct property *prop;