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

Commit b53804c7 authored by Liu Shuo's avatar Liu Shuo Committed by Kumar Gala
Browse files

powerpc/fsl_msi: return proper error value when ioremap failed.

parent e131fbda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -410,6 +410,7 @@ static int __devinit fsl_of_msi_probe(struct platform_device *dev)

		msi->msi_regs = ioremap(res.start, resource_size(&res));
		if (!msi->msi_regs) {
			err = -ENOMEM;
			dev_err(&dev->dev, "could not map node %s\n",
				dev->dev.of_node->full_name);
			goto error_out;