tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Converting kernel printf() to aprint_*() or log()



On Tue, 11 Nov 2014, Martin Husemann wrote:

- create a log_dev(device_t, const char *fmt, ...) function and use that
  in drivers instead of printf() when not in the driver's *_attach()
  function (or functions only called from that); use log(9) where
  appropriate instead for printfs not using device_xname().

We already have device_printf() for this.


Home | Main Index | Thread Index | Old Index