Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx> writes: > I spotted this while booting the OMAP4430 SDP: > > omap_device: omap4-keypad.-1: new worst case activate latency 0: 61035 > [...] > Is there something wrong with dev_name(&od->pdev.dev) so that we have > consistent naming of devices, rather than poking about inside the > platform_device accessing the name initializers directly ? I've been meaning to convert most of these from pr_debug() to dev_dbg(). There are a few that have to remain pr_debug() because they are used before the platform_device (and struct device) are initialized, but most of them can be converted. Patch coming shortly. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html