Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360029
b: refs/heads/master
c: e58da16
h: refs/heads/master
i:
  360027: 21fb505
v: v3
  • Loading branch information
Hauke Mehrtens authored and John Crispin committed Feb 15, 2013
1 parent 82ee673 commit 818ae87
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: c4485671fbbb6fc453c2fb2dbb4bfc374770b0e7
refs/heads/master: e58da16f716c0e7822e64a5d8a1f413041bc912e
4 changes: 2 additions & 2 deletions trunk/arch/mips/bcm47xx/nvram.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static int nvram_init_bcma(void)
}
#endif

static int early_nvram_init(void)
static int nvram_init(void)
{
switch (bcm47xx_bus_type) {
#ifdef CONFIG_BCM47XX_SSB
Expand All @@ -136,7 +136,7 @@ int nvram_getenv(char *name, char *val, size_t val_len)
return -EINVAL;

if (!nvram_buf[0]) {
err = early_nvram_init();
err = nvram_init();
if (err)
return err;
}
Expand Down

0 comments on commit 818ae87

Please sign in to comment.