Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101623
b: refs/heads/master
c: 22fb7d9
h: refs/heads/master
i:
  101621: 2681d63
  101619: 9dc0be3
  101615: c86298f
v: v3
  • Loading branch information
Timur Tabi authored and Kumar Gala committed Jun 2, 2008
1 parent 9c12965 commit d555e8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 692d1037e6914a8a32a7a9fba416684c75c7efca
refs/heads/master: 22fb7d9be593181e2f779cf7a8421703a6be713b
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/sysdev/fsl_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@ static int __init of_find_i2c_driver(struct device_node *node,
return -ENOMEM;
return 0;
}

pr_warning("fsl_soc.c: unrecognized i2c node %s\n",
(const char *) of_get_property(node, "compatible", NULL));

return -ENODEV;
}

Expand Down

0 comments on commit d555e8d

Please sign in to comment.