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

Commit be9af277 authored by Rajesh Kemisetti's avatar Rajesh Kemisetti Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Use correct log type for "Unused context label" message



"Unused context label" message is info only hence change the
logging level accordingly.

Change-Id: Ib856432fc7ecf27e4a54f2293d6aadaca27a3d52
Signed-off-by: default avatarRajesh Kemisetti <rajeshk@codeaurora.org>
parent 77835952
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2624,7 +2624,7 @@ static int _kgsl_iommu_cb_probe(struct kgsl_device *device,
	}

	if (ctx == NULL) {
		dev_err(device->dev,
		dev_info(device->dev,
			"dt: Unused context label %s\n", node->name);
		return 0;
	}