| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 1/2] MIPS: Get rid of useless 'init_vdso successfully' message. |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Wed, 16 Jun 2010 15:00:27 -0700 |
| Cc: | David Daney <ddaney@caviumnetworks.com> |
| In-reply-to: | <1276725628-8572-1-git-send-email-ddaney@caviumnetworks.com> |
| References: | <1276725628-8572-1-git-send-email-ddaney@caviumnetworks.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
In addition to being useless, it was mis-spelled.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
arch/mips/kernel/vdso.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/mips/kernel/vdso.c b/arch/mips/kernel/vdso.c
index 0847279..891c117 100644
--- a/arch/mips/kernel/vdso.c
+++ b/arch/mips/kernel/vdso.c
@@ -61,8 +61,6 @@ static int __init init_vdso(void)
vunmap(vdso);
- pr_notice("init_vdso successfull\n");
-
return 0;
}
device_initcall(init_vdso);
--
1.6.6.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 3/9] Removing dead CONFIG_SIBYTE_BCM1480_PROF, Jiri Kosina |
|---|---|
| Next by Date: | [PATCH 0/2] MIPS vdso fixes., David Daney |
| Previous by Thread: | [PATCH 0/2] MIPS vdso fixes., David Daney |
| Next by Thread: | [PATCH 2/2] MIPS: Make init_vdso a subsys_initcall., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |