Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev/ic
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
Home |
Main Index |
Thread Index |
Old Index