Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204939
b: refs/heads/master
c: 883c2cf
h: refs/heads/master
i:
  204937: f359ac2
  204935: a33d339
v: v3
  • Loading branch information
Stuart Yoder authored and Grant Likely committed Jul 24, 2010
1 parent 10efd95 commit 5df7638
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: c0dd394ca5e78649b7013c3ce2d6338af9f228f0
refs/heads/master: 883c2cfc8bcc0fd00c5d9f596fb8870f481b5bda
2 changes: 1 addition & 1 deletion trunk/drivers/of/fdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ int __init of_flat_dt_is_compatible(unsigned long node, const char *compat)
if (cp == NULL)
return 0;
while (cplen > 0) {
if (strncasecmp(cp, compat, strlen(compat)) == 0)
if (of_compat_cmp(cp, compat, strlen(compat)) == 0)
return 1;
l = strlen(cp) + 1;
cp += l;
Expand Down

0 comments on commit 5df7638

Please sign in to comment.