Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40273
b: refs/heads/master
c: c3386e4
h: refs/heads/master
i:
  40271: c19baae
v: v3
  • Loading branch information
Zang Roy-r61911 authored and Paul Mackerras committed Oct 23, 2006
1 parent d60cf3f commit 561e3e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cbcdb93d4443568f17e93610d240043ec5ac067b
refs/heads/master: c3386e40142e9d0c077460c2a548c4653fecaf15
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/tsi108_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ phys_addr_t get_csrbase(void)
tsi = of_find_node_by_type(NULL, "tsi-bridge");
if (tsi) {
unsigned int size;
void *prop = get_property(tsi, "reg", &size);
const void *prop = get_property(tsi, "reg", &size);
tsi108_csr_base = of_translate_address(tsi, prop);
of_node_put(tsi);
};
Expand Down Expand Up @@ -79,7 +79,7 @@ static int __init tsi108_eth_of_init(void)
hw_info tsi_eth_data;
unsigned int *id;
unsigned int *phy_id;
void *mac_addr;
const void *mac_addr;
phandle *ph;

memset(r, 0, sizeof(r));
Expand Down

0 comments on commit 561e3e7

Please sign in to comment.