Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188435
b: refs/heads/master
c: 1976152
h: refs/heads/master
i:
  188433: d7f2ef7
  188431: c295aa3
v: v3
  • Loading branch information
Grant Likely committed Mar 18, 2010
1 parent 72e498b commit 3117259
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: acc6a0935e5958ad1a1b99a1c6f44a52264bedf0
refs/heads/master: 1976152fd8e706135deed6cf333e347c08416056
2 changes: 1 addition & 1 deletion trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static inline unsigned long of_read_ulong(const __be32 *cell, int size)

/* Default string compare functions, Allow arch asm/prom.h to override */
#if !defined(of_compat_cmp)
#define of_compat_cmp(s1, s2, l) strncasecmp((s1), (s2), (l))
#define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2))
#define of_prop_cmp(s1, s2) strcmp((s1), (s2))
#define of_node_cmp(s1, s2) strcasecmp((s1), (s2))
#endif
Expand Down

0 comments on commit 3117259

Please sign in to comment.