Subject: Re: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: source-changes
Date: 11/27/2007 09:23:46
On Mon, Nov 26, 2007 at 11:48:37PM +0000, David Young wrote:
> Log Message:
> Use device_xname().  Make device_printf() take a device_t argument.
> Add __attribute__((__format__(__printf__,2,3))) to device_printf()
> so that the compiler will help us detect bad arguments.

Can you change it to either use aprint_error_dev directly as most of
this are error messages or just use a macro for that?

Joerg