Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86894
b: refs/heads/master
c: 74074de
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and David S. Miller committed Mar 3, 2008
1 parent 38ef8fe commit dcac052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7729d74ed5099021f79ee8ecfa676829b5bac796
refs/heads/master: 74074dec4f365e1b042ad47f75854f06bd771455
6 changes: 3 additions & 3 deletions trunk/arch/sparc/kernel/ebus.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void __init fill_ebus_child(struct device_node *dp,
prom_printf("UGH: property for %s was %d, need < %d\n",
dev->prom_node->name, len,
dev->parent->num_addrs);
panic(__FUNCTION__);
panic(__func__);
}

/* XXX resource */
Expand Down Expand Up @@ -162,7 +162,7 @@ void __init fill_ebus_device(struct device_node *dp, struct linux_ebus_device *d
prom_printf("UGH: proplen for %s was %d, need multiple of %d\n",
dev->prom_node->name, len,
(int)sizeof(struct linux_prom_registers));
panic(__FUNCTION__);
panic(__func__);
}
dev->num_addrs = len / sizeof(struct linux_prom_registers);

Expand Down Expand Up @@ -324,7 +324,7 @@ void __init ebus_init(void)
regs = of_get_property(dp, "reg", &len);
if (!regs) {
prom_printf("%s: can't find reg property\n",
__FUNCTION__);
__func__);
prom_halt();
}
nreg = len / sizeof(struct linux_prom_pci_registers);
Expand Down

0 comments on commit dcac052

Please sign in to comment.