Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340108
b: refs/heads/master
c: 724e56a
h: refs/heads/master
v: v3
  • Loading branch information
Tomasz Figa authored and Linus Walleij committed Oct 15, 2012
1 parent ba76b4d commit f573959
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: 3a232ba86f3a93217ac717306645c5c555429858
refs/heads/master: 724e56a48c05dacc63ceb535571eec2ad6949368
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ static int __init samsung_pinctrl_parse_dt(struct platform_device *pdev,
*/
for_each_child_of_node(dev_np, cfg_np) {
u32 function;
if (of_find_property(cfg_np, "interrupt-controller", NULL))
if (!of_find_property(cfg_np, "samsung,pins", NULL))
continue;

ret = samsung_pinctrl_parse_dt_pins(pdev, cfg_np,
Expand Down

0 comments on commit f573959

Please sign in to comment.