Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366940
b: refs/heads/master
c: e35abd4
h: refs/heads/master
v: v3
  • Loading branch information
Tushar Behera authored and Mauro Carvalho Chehab committed Apr 4, 2013
1 parent 98fe5a6 commit a783aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7b88fc086a217be7d16ec68a7f66093d344e39d7
refs/heads/master: e35abd4472c4ef235a8c3873d4b37a6b5fb1cb90
2 changes: 1 addition & 1 deletion trunk/drivers/media/platform/soc_camera/atmel-isi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ static int atmel_isi_probe(struct platform_device *pdev)
isi_writel(isi, ISI_CTRL, ISI_CTRL_DIS);

irq = platform_get_irq(pdev, 0);
if (irq < 0) {
if (IS_ERR_VALUE(irq)) {
ret = irq;
goto err_req_irq;
}
Expand Down

0 comments on commit a783aee

Please sign in to comment.