[PATCH 20/26] x86 STA2X11 platform: remove useless pr_info()'s

From: Davide Ciminaghi
Date: Wed Aug 07 2013 - 06:27:42 EST


Signed-off-by: Davide Ciminaghi <ciminaghi@xxxxxxxxx>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@xxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/