| To: | john@phrozen.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 4/6] MIPS: BCM47XX: rename early_nvram_init to nvram_init |
| From: | Hauke Mehrtens <hauke@hauke-m.de> |
| Date: | Wed, 26 Dec 2012 21:51:12 +0100 |
| Cc: | linux-mips@linux-mips.org, zajec5@gmail.com, Hauke Mehrtens <hauke@hauke-m.de> |
| In-reply-to: | <1356555074-1230-1-git-send-email-hauke@hauke-m.de> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1356555074-1230-1-git-send-email-hauke@hauke-m.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
arch/mips/bcm47xx/nvram.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/bcm47xx/nvram.c b/arch/mips/bcm47xx/nvram.c
index 42e5271..6cf3ef2 100644
--- a/arch/mips/bcm47xx/nvram.c
+++ b/arch/mips/bcm47xx/nvram.c
@@ -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
@@ -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;
}
--
1.7.10.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 3/6] MIPS: BCM47XX: nvram add nand flash support, Hauke Mehrtens |
|---|---|
| Next by Date: | [PATCH 5/6] MIPS: BCM47XX: handle different nvram sizes, Hauke Mehrtens |
| Previous by Thread: | [PATCH 3/6] MIPS: BCM47XX: nvram add nand flash support, Hauke Mehrtens |
| Next by Thread: | [PATCH 5/6] MIPS: BCM47XX: handle different nvram sizes, Hauke Mehrtens |
| Indexes: | [Date] [Thread] [Top] [All Lists] |