Commit ab1c847a authored by Grant Likely's avatar Grant Likely

gpio/ep93xx: Remove superfluous debug pr_info statement

Reported-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 1e4c8842
...@@ -395,7 +395,6 @@ static struct platform_driver ep93xx_gpio_driver = { ...@@ -395,7 +395,6 @@ static struct platform_driver ep93xx_gpio_driver = {
static int __init ep93xx_gpio_init(void) static int __init ep93xx_gpio_init(void)
{ {
pr_info("%s\n", __func__);
return platform_driver_register(&ep93xx_gpio_driver); return platform_driver_register(&ep93xx_gpio_driver);
} }
postcore_initcall(ep93xx_gpio_init); postcore_initcall(ep93xx_gpio_init);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment