Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366942
b: refs/heads/master
c: afb1196
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Apr 4, 2013
1 parent b7fe52e commit a015a28
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: 29407b93811d37d7243442d72e06c93894f2dd72
refs/heads/master: afb11967083b196e6711aab80e9e219c9942e735
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/soc_camera/mx2_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ static int mx27_camera_emma_init(struct platform_device *pdev)
err = devm_request_irq(pcdev->dev, irq_emma, mx27_camera_emma_irq, 0,
MX2_CAM_DRV_NAME, pcdev);
if (err) {
dev_err(pcdev->dev, "Camera EMMA interrupt register failed \n");
dev_err(pcdev->dev, "Camera EMMA interrupt register failed\n");
goto out;
}

Expand Down Expand Up @@ -1615,7 +1615,7 @@ static int mx2_camera_remove(struct platform_device *pdev)
}

static struct platform_driver mx2_camera_driver = {
.driver = {
.driver = {
.name = MX2_CAM_DRV_NAME,
},
.id_table = mx2_camera_devtype,
Expand Down

0 comments on commit a015a28

Please sign in to comment.