]> Pileus Git - ~andy/linux/commit
device: Make dev_WARN/dev_WARN_ONCE print device as well as driver name
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 24 Oct 2013 21:42:33 +0000 (15:42 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Oct 2013 23:06:07 +0000 (16:06 -0700)
commit3eae13671716492f3bcde270115407185e9c69fd
tree80fb3ba611ad5f0b1a53f23e5d36ed3f6f59bcd0
parentd1c1459e45944e336a968acce1e459c9effcde47
device: Make dev_WARN/dev_WARN_ONCE print device as well as driver name

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-disabled device

This patch makes them work more like dev_printk().

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/device.h