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

Commit cf2f4518 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "adsp-loader: Fix compilation error"

parents 8c7e89ac da737272
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ static int adsp_loader_probe(struct platform_device *pdev)
		goto wqueue;
	}
	if (len <= 0 || len > sizeof(u32)) {
		dev_dbg(&pdev->dev, "%s: nvmem cell length out of range: %d\n",
		dev_dbg(&pdev->dev, "%s: nvmem cell length out of range: %zu\n",
			__func__, len);
		kfree(buf);
		goto wqueue;