浏览代码

gpio/ep93xx: Remove superfluous debug pr_info statement

Reported-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Grant Likely 14 年之前
父节点
当前提交
ab1c847af5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/gpio/gpio-ep93xx.c

+ 0 - 1
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);