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

Commit 720ed2d1 authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'spi/topic/pl022' into spi-next

parents 68aa4cb3 7085f403
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2194,8 +2194,8 @@ static int pl022_probe(struct amba_device *adev, const struct amba_id *id)
		status = -ENOMEM;
		goto err_no_ioremap;
	}
	printk(KERN_INFO "pl022: mapped registers from 0x%08x to %p\n",
	       adev->res.start, pl022->virtbase);
	printk(KERN_INFO "pl022: mapped registers from %pa to %p\n",
	       &adev->res.start, pl022->virtbase);

	pl022->clk = devm_clk_get(&adev->dev, NULL);
	if (IS_ERR(pl022->clk)) {