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

Commit 9c2c438c authored by Fabio Estevam's avatar Fabio Estevam Committed by Greg Kroah-Hartman
Browse files

staging: ipu-v3: ipu-common: Indicate succesful probe



Indication of succesful probe is more useful than stating that the
driver is about to be probed.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fd563dbb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1000,8 +1000,6 @@ static int __devinit ipu_probe(struct platform_device *pdev)

	devtype = of_id->data;

	dev_info(&pdev->dev, "Initializing %s\n", devtype->name);

	irq_sync = platform_get_irq(pdev, 0);
	irq_err = platform_get_irq(pdev, 1);
	res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
@@ -1098,6 +1096,8 @@ static int __devinit ipu_probe(struct platform_device *pdev)
		goto failed_add_clients;
	}

	dev_info(&pdev->dev, "%s probed\n", devtype->name);

	return 0;

failed_add_clients: