Skip to content

Commit

Permalink
MIPS: "Fix" useless 'init_vdso successfully' message.
Browse files Browse the repository at this point in the history
In addition to being useless, it was mis-spelled.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Cc: David Daney <ddaney@caviumnetworks.com>
Patchwork: http://patchwork.linux-mips.org/patch/1385/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
David Daney authored and Ralf Baechle committed Jul 26, 2010
1 parent 28d7d21 commit 57d1501
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/kernel/vdso.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ static int __init init_vdso(void)

vunmap(vdso);

pr_notice("init_vdso successfull\n");

return 0;
}
device_initcall(init_vdso);
Expand Down

0 comments on commit 57d1501

Please sign in to comment.