Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372146
b: refs/heads/master
c: 008ca43
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed May 2, 2013
1 parent 81ceb40 commit 433a5b9
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: d98642c3eebddac508ed0dcd9ae3951126ef1501
refs/heads/master: 008ca431822f39a023322b3598d8366faf46cfc1
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-exynos/mach-nuri.c
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ static void __init nuri_camera_init(void)
}

m5mols_board_info.irq = s5p_register_gpio_interrupt(GPIO_CAM_8M_ISP_INT);
if (!IS_ERR_VALUE(m5mols_board_info.irq))
if (m5mols_board_info.irq >= 0)
s3c_gpio_cfgpin(GPIO_CAM_8M_ISP_INT, S3C_GPIO_SFN(0xF));
else
pr_err("%s: Failed to configure 8M_ISP_INT GPIO\n", __func__);
Expand Down

0 comments on commit 433a5b9

Please sign in to comment.