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)
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>

No differences found