Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34059
b: refs/heads/master
c: 5c339e9
h: refs/heads/master
i:
  34057: cba3642
  34055: 0115ce4
v: v3
  • Loading branch information
Jeremy Kerr authored and Paul Mackerras committed Jul 31, 2006
1 parent e9198f4 commit ff576aa
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: abddd185a0195988b8a5e802d55aff91783489de
refs/heads/master: 5c339e96a391476ebb7cc63d913445c8cee092ff
4 changes: 2 additions & 2 deletions trunk/drivers/char/tpm/tpm_atmel.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static void __iomem * atmel_get_base_addr(unsigned long *base, int *region_size)
{
struct device_node *dn;
unsigned long address, size;
unsigned int *reg;
const unsigned int *reg;
int reglen;
int naddrc;
int nsizec;
Expand All @@ -52,7 +52,7 @@ static void __iomem * atmel_get_base_addr(unsigned long *base, int *region_size)
return NULL;
}

reg = (unsigned int *) get_property(dn, "reg", &reglen);
reg = get_property(dn, "reg", &reglen);
naddrc = prom_n_addr_cells(dn);
nsizec = prom_n_size_cells(dn);

Expand Down

0 comments on commit ff576aa

Please sign in to comment.