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

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

Merge "ASoC: bolero: va-macro: Fix ioremap in va macro probe"

parents 3f2cb16d 828b3114
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1632,7 +1632,7 @@ static int va_macro_probe(struct platform_device *pdev)
	}

	va_io_base = devm_ioremap(&pdev->dev, va_base_addr,
				  VA_MAX_OFFSET);
				  VA_MACRO_MAX_OFFSET);
	if (!va_io_base) {
		dev_err(&pdev->dev, "%s: ioremap failed\n", __func__);
		return -EINVAL;