Re: [PATCH] device: Make dev_WARN/dev_WARN_ONCE print device as well as driver name

2013-10-24 Thread Felipe Balbi
On Thu, Oct 24, 2013 at 03:42:33PM -0600, Bjorn Helgaas wrote: > dev_WARN() and dev_WARN_ONCE() are annoying because (1) they include > only the driver name, not the device name, and (2) they print a spurious > newline in the middle. This results in messages like this that are less > useful than t

[PATCH] device: Make dev_WARN/dev_WARN_ONCE print device as well as driver name

2013-10-24 Thread Bjorn Helgaas
dev_WARN() and dev_WARN_ONCE() are annoying because (1) they include only the driver name, not the device name, and (2) they print a spurious newline in the middle. This results in messages like this that are less useful than they should be: [ 40.094995] Device pcieport disabling already-di