Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366941
b: refs/heads/master
c: 29407b9
h: refs/heads/master
i:
  366939: 98fe5a6
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Apr 4, 2013
1 parent a783aee commit b7fe52e
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: e35abd4472c4ef235a8c3873d4b37a6b5fb1cb90
refs/heads/master: 29407b93811d37d7243442d72e06c93894f2dd72
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/soc_camera/mx1_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ static int __init mx1_camera_probe(struct platform_device *pdev)
/* request irq */
err = claim_fiq(&fh);
if (err) {
dev_err(&pdev->dev, "Camera interrupt register failed \n");
dev_err(&pdev->dev, "Camera interrupt register failed\n");
goto exit_free_dma;
}

Expand Down Expand Up @@ -853,7 +853,7 @@ static int __exit mx1_camera_remove(struct platform_device *pdev)
}

static struct platform_driver mx1_camera_driver = {
.driver = {
.driver = {
.name = DRIVER_NAME,
},
.remove = __exit_p(mx1_camera_remove),
Expand Down

0 comments on commit b7fe52e

Please sign in to comment.