Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180672
b: refs/heads/master
c: d7ecfb3
h: refs/heads/master
v: v3
  • Loading branch information
Kristoffer Glembo authored and David S. Miller committed Feb 18, 2010
1 parent 7bf8981 commit 7beea2e
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: 172d2d0041fdd4f3617dbdff8296bf279db3d5fb
refs/heads/master: d7ecfb3c2aa155c9f6152ebe91de92067d16ba6e
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/of_device_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static unsigned long of_bus_sbus_get_flags(const u32 *addr, unsigned long flags)

static int of_bus_ambapp_match(struct device_node *np)
{
return !strcmp(np->name, "ambapp");
return !strcmp(np->type, "ambapp");
}

static void of_bus_ambapp_count_cells(struct device_node *child,
Expand Down

0 comments on commit 7beea2e

Please sign in to comment.