ixgbevf: do not print registers to dmesg in ixgbevf_get_regs
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 1 Oct 2013 11:33:48 +0000 (04:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 16:49:48 +0000 (12:49 -0400)
commitfa07f10d9dfc18c9aa285947c3a557e30f78c275
treef7aa4eb0fccb5aff79fc52ae10795d6a715bf029
parentbc617526db53246648a6690645572829bcc21a12
ixgbevf: do not print registers to dmesg in ixgbevf_get_regs

This patch removes the use of hw_dbg in ixgbevf when the ixgbe_get_regs function
is called from ethtool. This goes along side a patch to ethtool which enables
proper support for ixgbevf pretty-printing of registers.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/ixgbevf/ethtool.c