RE: [PATCH] gpio-ep93xx: convert to platform_driver and usebasic_mmio_gpio library

From: H Hartley Sweeten
Date: Thu Jun 09 2011 - 12:43:18 EST


On Wednesday, June 08, 2011 3:08 PM, Grant Likely wrote:
>
> Merged, thanks.

Thanks. I just noticed I left in a debug message I added when changing
this to a platform_driver.

>> +static int __init ep93xx_gpio_init(void)
>> +{
>> + pr_info("%s\n", __func__);
>> + return platform_driver_register(&ep93xx_gpio_driver);
>> }

That pr_info shouldn't be there. It just adds noise.

Would you prefer a full new patch or just an incremental patch to remove
this line? The patch is already in next-20110609.

Thanks, sorry for the trouble.

Regards,
Hartley--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/