]> bbs.cooldavid.org Git - net-next-2.6.git/commit
igb: update hw_debug macro to make use of netdev_dbg call
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 25 Mar 2010 13:10:08 +0000 (13:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Mar 2010 06:02:26 +0000 (23:02 -0700)
commitc041076a9f79a7cf28e808f73cc76f24cbf97093
tree6cd3b7fa661e7b835185f058f8c560c6f870db80
parent7e5ab157813993356f021757d0b0dcbdca7c55a1
igb: update hw_debug macro to make use of netdev_dbg call

This change updates the igb driver to make use of the netdev_dbg function
macros now provided in netdevice.h

This is meant to be provided as an alternative to the patch provided by
Joe Perches.

It also removes igb_get_time_str since I found that it is unused code that
is no longer used even in debug.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/e1000_hw.h
drivers/net/igb/igb_main.c