[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <714a6e4773977fb716ddde077b6f574e1ed7f8b6.1375867291.git.rubini@gnudd.com>
Date: Wed, 7 Aug 2013 12:20:58 +0200
From: Davide Ciminaghi <ciminaghi@...dd.com>
To: linux-kernel@...r.kernel.org
Cc: rubini@...dd.com, Giancarlo Asnaghi <giancarlo.asnaghi@...com>,
x86@...nel.org, "H. Peter Anvin" <hpa@...or.com>,
Ingo Molnar <mingo@...hat.com>,
Russell King <linux@....linux.org.uk>,
Thomas Gleixner <tglx@...utronix.de>,
devicetree@...r.kernel.org
Subject: [PATCH 20/26] x86 STA2X11 platform: remove useless pr_info()'s
Signed-off-by: Davide Ciminaghi <ciminaghi@...dd.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@...com>
---
arch/x86/platform/sta2x11/sta2x11.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/arch/x86/platform/sta2x11/sta2x11.c b/arch/x86/platform/sta2x11/sta2x11.c
index 57ed10d..b3e9cec 100644
--- a/arch/x86/platform/sta2x11/sta2x11.c
+++ b/arch/x86/platform/sta2x11/sta2x11.c
@@ -374,7 +374,6 @@ static struct platform_driver sta2x11_sctl_platform_driver = {
static int __init sta2x11_sctl_init(void)
{
- pr_info("%s\n", __func__);
return platform_driver_register(&sta2x11_sctl_platform_driver);
}
@@ -394,7 +393,6 @@ static struct platform_driver sta2x11_apbreg_platform_driver = {
static int __init sta2x11_apbreg_init(void)
{
- pr_info("%s\n", __func__);
return platform_driver_register(&sta2x11_apbreg_platform_driver);
}
@@ -414,7 +412,6 @@ static struct platform_driver sta2x11_apb_soc_regs_platform_driver = {
static int __init sta2x11_apb_soc_regs_init(void)
{
- pr_info("%s\n", __func__);
return platform_driver_register(&sta2x11_apb_soc_regs_platform_driver);
}
@@ -434,7 +431,6 @@ static struct platform_driver sta2x11_scr_platform_driver = {
static int __init sta2x11_scr_init(void)
{
- pr_info("%s\n", __func__);
return platform_driver_register(&sta2x11_scr_platform_driver);
}
--
1.7.7.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists