Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337286
b: refs/heads/master
c: 9c2c438
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Estevam authored and Greg Kroah-Hartman committed Oct 25, 2012
1 parent 1c3e65b commit be3c3bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd563dbb4f59acabdc9baa8b4e66a21ce82df8e3
refs/heads/master: 9c2c438ceeee5d22aeaea4162a96c0f35f62a7ff
4 changes: 2 additions & 2 deletions trunk/drivers/staging/imx-drm/ipu-v3/ipu-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit be3c3bd

Please sign in to comment.