]> git.baikalelectronics.ru Git - kernel.git/commit
net: Print the module name as part of the watchdog message
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 21 Jul 2008 20:31:48 +0000 (13:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jul 2008 20:31:48 +0000 (13:31 -0700)
commit9e72525f911e94b570ac46dfe8626453c2b192dd
tree03ba72024a1982ee76b8a891a443b0fdfb6d7c93
parent5c8b18f0354133d3abc66eb2d657ace859c08774
net: Print the module name as part of the watchdog message

As suggested by Dave:

This patch adds a function to get the driver name from a struct net_device,
and consequently uses this in the watchdog timeout handler to print as
part of the message.

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