Skip to content

Commit

Permalink
gpio/ep93xx: Remove superfluous debug pr_info statement
Browse files Browse the repository at this point in the history
Reported-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Grant Likely committed Jun 9, 2011
1 parent 1e4c884 commit ab1c847
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpio/gpio-ep93xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ab1c847

Please sign in to comment.