From: Grant Likely Date: Thu, 9 Jun 2011 18:40:21 +0000 (-0600) Subject: gpio/ep93xx: Remove superfluous debug pr_info statement X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ab1c847af5271495c9c00c931284d7cd46840bd0;p=linux-beck.git gpio/ep93xx: Remove superfluous debug pr_info statement Reported-by: H Hartley Sweeten Signed-off-by: Grant Likely --- diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c index dc3870d4a4e1..3bfd3417ab11 100644 --- a/drivers/gpio/gpio-ep93xx.c +++ b/drivers/gpio/gpio-ep93xx.c @@ -395,7 +395,6 @@ static struct platform_driver ep93xx_gpio_driver = { static int __init ep93xx_gpio_init(void) { - pr_info("%s\n", __func__); return platform_driver_register(&ep93xx_gpio_driver); } postcore_initcall(ep93xx_gpio_init);