Re: [patch 1/3] kmsg: Kernel message catalog macros.

From: Kay Sievers
Date: Wed Jul 30 2008 - 18:02:28 EST


On Wed, Jul 30, 2008 at 18:56, Martin Schwidefsky
<schwidefsky@xxxxxxxxxx> wrote:

> +#define kmsg_dev_alert(id, dev, format, arg...) \
> + printk(__KMSG_CHECK(ALERT, id) KMSG_COMPONENT \
> + ": %s: " format, (dev)->bus_id , ## arg)

Care to use dev_name(), bus_id will be removed soon.

Thanks,
Kay
--
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/