warn: Turn the netdev timeout WARN_ON() into a WARN()
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 8 Sep 2008 23:17:42 +0000 (16:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Sep 2008 23:17:42 +0000 (16:17 -0700)
commit5337407c673e2c7c66a84b9838d55a45a760ecff
tree808dca75793172fa5315af638bf04696a2c4d7cc
parent9bff9dbd00e5907f5c36e72bae8aee8a46440e11
warn: Turn the netdev timeout WARN_ON() into a WARN()

this patch turns the netdev timeout WARN_ON_ONCE() into a WARN_ONCE(),
so that the device and driver names are inside the warning message.
This helps automated tools like kerneloops.org to collect the data
and do statistics, as well as making it more likely that humans
cut-n-paste the important message as part of a bugreport.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-generic/bug.h
net/sched/sch_generic.c