Merge "ASoC: bolero: va-macro: Fix ioremap in va macro probe"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
b1a49c6b67
@@ -1632,7 +1632,7 @@ static int va_macro_probe(struct platform_device *pdev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
va_io_base = devm_ioremap(&pdev->dev, va_base_addr,
|
va_io_base = devm_ioremap(&pdev->dev, va_base_addr,
|
||||||
VA_MAX_OFFSET);
|
VA_MACRO_MAX_OFFSET);
|
||||||
if (!va_io_base) {
|
if (!va_io_base) {
|
||||||
dev_err(&pdev->dev, "%s: ioremap failed\n", __func__);
|
dev_err(&pdev->dev, "%s: ioremap failed\n", __func__);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
Reference in New Issue
Block a user