mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
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>
This commit is contained in:
parent
1e4c88420e
commit
ab1c847af5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user