Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab1c847a authored by Grant Likely's avatar Grant Likely
Browse files

gpio/ep93xx: Remove superfluous debug pr_info statement

parent 1e4c8842
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);